#9DD664

Color #9DD664 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9DD664

Tints of Conifer #9DD664

Color information

#9DD664 (or 0x9DD664) is unknown color: approx Conifer. HEX triplet: 9D, D6 and 64. RGB value is (157,214,100). Sum of RGB (Red+Green+Blue) = 157+214+100=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD664 is #62299B. Grayscale: #B8B8B8. Windows color (decimal): -6433180 or 6608541. OLE color: 6608541.

HSL color Cylindrical-coordinate representation of color #9DD664: hue angle of 90º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DD664 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB157214100-
CMYK0.2700.530.16
HSL90º58.16%61.57%-
HSV(B)90º53.27%83.92%-
XYZ40.2556.1820.78-
YUV183.9680.62108.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=33.33%
G=45.44%
B=21.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141000.2700.530.169058.1661.57
Hex9DD6641B035105a3a3e
Octal23532614433065201327276
Binary10011101110101101100100110110110101100001011010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DD664; }

 p { color: rgb(157,214,100); }

 H1.HeaderClassName
 {
   color: #9DD664;
 }
 .AnyTagClassName
 {
   color: #9DD664;
 }
</style>
background-color css

<style>
 a { background-color: #9DD664; }

 a { background-color: rgb(157,214,100); }

 div.DivClassName
 {
   background-color: #9DD664;
 }
 .BgClassName
 {
   background-color: #9DD664;
 }
</style>
border-color css

<style>
 span { border-color: #9DD664; }

 span { border-color: rgb(157,214,100); }

 td.TdClassName
 {
   border-color: #9DD664;
 }
 .TagClassName
 {
   border-color: #9DD664;
 }
</style>