Html Css Color HEX #9AD85B Conifer

📋 copy color: '#9AD85B'

red 154 ◦ green 216 ◦ blue 91

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

Shades of Conifer #9AD85B

Tints of Conifer #9AD85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.85%

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 33.41%
G = 46.85%
B = 19.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#9AD85B (or 0x9AD85B) is known color: Conifer. HEX triplet: 9A, D8 and 5B. RGB value is (154,216,91). Sum of RGB (Red+Green+Blue) = 154+216+91=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD85B is #6527A4. Grayscale: #B7B7B7. Windows color (decimal): -6629285 or 6019226. OLE color: 6019226.

HSL color Cylindrical-coordinate representation of color #9AD85B: hue angle of 89.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AD85B is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 91 -
CMYK 0.29 0 0.58 0.15
HSL 89.76º 0.62% 0.6% -
HSV(B) 89.76º 0.58% 0.85% -
XYZ 39.77 56.74 18.75 -
YUV 183.21 75.96 107.16 -
System Red Green Blue C M Y K H S L
Decimal 154 216 91 0.29 0 0.58 0.15 89.76 0.62 0.6
Hex 9A D8 5B 1D 0 3A F 5A 3E 3C
Octal 232 330 133 35 0 72 17 132 76 74
Binary 10011010 11011000 1011011 11101 0 111010 1111 1011010 111110 111100

Color Harmonies of #9AD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD85B

Black with #9AD85B

Text Example


Text Example

White with #9AD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,216,91); }

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

background-color css

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

 a { background-color: rgb(154,216,91); }

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

border-color css

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

 span { border-color: rgb(154,216,91); }

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