Html Css Color HEX #9ADD5E Conifer

📋 copy color: '#9ADD5E'

red 154 ◦ green 221 ◦ blue 94

#9ADD5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9ADD5E

Tints of Conifer #9ADD5E

RGB

 RED value IS 154 (60.55% from 255) = 32.84%

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 32.84%
G = 47.12%
B = 20.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#9ADD5E (or 0x9ADD5E) is known color: Conifer. HEX triplet: 9A, DD and 5E. RGB value is (154,221,94). Sum of RGB (Red+Green+Blue) = 154+221+94=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD5E is #6522A1. Grayscale: #BABABA. Windows color (decimal): -6628002 or 6217114. OLE color: 6217114.

HSL color Cylindrical-coordinate representation of color #9ADD5E: hue angle of 91.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ADD5E is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 94 -
CMYK 0.30 0 0.57 0.13
HSL 91.65º 0.65% 0.62% -
HSV(B) 91.65º 0.57% 0.87% -
XYZ 41.2 59.39 19.88 -
YUV 186.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 154 221 94 0.30 0 0.57 0.13 91.65 0.65 0.62
Hex 9A DD 5E 1E 0 39 D 5C 41 3E
Octal 232 335 136 36 0 71 15 134 101 76
Binary 10011010 11011101 1011110 11110 0 111001 1101 1011100 1000001 111110

Color Harmonies of #9ADD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD5E

Black with #9ADD5E

Text Example


Text Example

White with #9ADD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,94); }

 H1.HeaderClassName
 {
   color: #9ADD5E;
 }
 .AnyTagClassName
 {
   color: #9ADD5E;
 }
</style>

background-color css

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

 a { background-color: rgb(154,221,94); }

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

border-color css

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

 span { border-color: rgb(154,221,94); }

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