#9DD463

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

Shades of Conifer #9DD463

Tints of Conifer #9DD463

Color information

#9DD463 (or 0x9DD463) is unknown color: approx Conifer. HEX triplet: 9D, D4 and 63. RGB value is (157,212,99). Sum of RGB (Red+Green+Blue) = 157+212+99=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD463 is #622B9C. Grayscale: #B7B7B7. Windows color (decimal): -6433693 or 6542493. OLE color: 6542493.

HSL color Cylindrical-coordinate representation of color #9DD463: hue angle of 89.2º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DD463 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB15721299-
CMYK0.2600.530.17
HSL89.2º56.78%60.98%-
HSV(B)89.2º53.3%83.14%-
XYZ39.755.1620.36-
YUV182.6780.78109.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 212 (83.20% from 255) = 45.30%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=33.55%
G=45.30%
B=21.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal157212990.2600.530.1789.256.7860.98
Hex9DD4631A0351159393d
Octal23532414332065211317175
Binary10011101110101001100011110100110101100011011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,99); }

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

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

 a { background-color: rgb(157,212,99); }

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

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

 span { border-color: rgb(157,212,99); }

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