Html Css Color HEX #9AD35E Conifer

📋 copy color: '#9AD35E'

red 154 ◦ green 211 ◦ blue 94

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

Shades of Conifer #9AD35E

Tints of Conifer #9AD35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

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

R = 33.55%
G = 45.97%
B = 20.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#9AD35E (or 0x9AD35E) is known color: Conifer. HEX triplet: 9A, D3 and 5E. RGB value is (154,211,94). Sum of RGB (Red+Green+Blue) = 154+211+94=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD35E is #652CA1. Grayscale: #B5B5B5. Windows color (decimal): -6630562 or 6214554. OLE color: 6214554.

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

Color convert

RGB 154 211 94 -
CMYK 0.27 0 0.55 0.17
HSL 89.23º 0.57% 0.6% -
HSV(B) 89.23º 0.55% 0.83% -
XYZ 38.64 54.27 19.03 -
YUV 180.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 154 211 94 0.27 0 0.55 0.17 89.23 0.57 0.6
Hex 9A D3 5E 1B 0 37 11 59 39 3C
Octal 232 323 136 33 0 67 21 131 71 74
Binary 10011010 11010011 1011110 11011 0 110111 10001 1011001 111001 111100

Color Harmonies of #9AD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD35E

Black with #9AD35E

Text Example


Text Example

White with #9AD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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