Html Css Color HEX #9AD95C Conifer

📋 copy color: '#9AD95C'

red 154 ◦ green 217 ◦ blue 92

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

Shades of Conifer #9AD95C

Tints of Conifer #9AD95C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.87%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 33.26%
G = 46.87%
B = 19.87%

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

#9AD95C (or 0x9AD95C) is known color: Conifer. HEX triplet: 9A, D9 and 5C. RGB value is (154,217,92). Sum of RGB (Red+Green+Blue) = 154+217+92=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD95C is #6526A3. Grayscale: #B8B8B8. Windows color (decimal): -6629028 or 6085018. OLE color: 6085018.

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

Color convert

RGB 154 217 92 -
CMYK 0.29 0 0.58 0.15
HSL 90.24º 0.62% 0.61% -
HSV(B) 90.24º 0.58% 0.85% -
XYZ 40.07 57.27 19.07 -
YUV 183.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 154 217 92 0.29 0 0.58 0.15 90.24 0.62 0.61
Hex 9A D9 5C 1D 0 3A F 5A 3E 3D
Octal 232 331 134 35 0 72 17 132 76 75
Binary 10011010 11011001 1011100 11101 0 111010 1111 1011010 111110 111101

Color Harmonies of #9AD95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD95C

Black with #9AD95C

Text Example


Text Example

White with #9AD95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,217,92); }

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

background-color css

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

 a { background-color: rgb(154,217,92); }

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

border-color css

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

 span { border-color: rgb(154,217,92); }

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