Html Css Color HEX #9AD15E Conifer

📋 copy color: '#9AD15E'

red 154 ◦ green 209 ◦ blue 94

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

Shades of Conifer #9AD15E

Tints of Conifer #9AD15E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.73%

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

R = 33.7%
G = 45.73%
B = 20.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#9AD15E (or 0x9AD15E) is known color: Conifer. HEX triplet: 9A, D1 and 5E. RGB value is (154,209,94). Sum of RGB (Red+Green+Blue) = 154+209+94=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD15E is #652EA1. Grayscale: #B3B3B3. Windows color (decimal): -6631074 or 6214042. OLE color: 6214042.

HSL color Cylindrical-coordinate representation of color #9AD15E: hue angle of 88.7º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AD15E is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 209 94 -
CMYK 0.26 0 0.55 0.18
HSL 88.7º 0.56% 0.59% -
HSV(B) 88.7º 0.55% 0.82% -
XYZ 38.15 53.28 18.86 -
YUV 179.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 154 209 94 0.26 0 0.55 0.18 88.7 0.56 0.59
Hex 9A D1 5E 1A 0 37 12 59 38 3B
Octal 232 321 136 32 0 67 22 131 70 73
Binary 10011010 11010001 1011110 11010 0 110111 10010 1011001 111000 111011

Color Harmonies of #9AD15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD15E

Black with #9AD15E

Text Example


Text Example

White with #9AD15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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