Html Css Color HEX #9AD55F Conifer

📋 copy color: '#9AD55F'

red 154 ◦ green 213 ◦ blue 95

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

Shades of Conifer #9AD55F

Tints of Conifer #9AD55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.1%

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 33.33%
G = 46.1%
B = 20.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#9AD55F (or 0x9AD55F) is known color: Conifer. HEX triplet: 9A, D5 and 5F. RGB value is (154,213,95). Sum of RGB (Red+Green+Blue) = 154+213+95=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD55F is #652AA0. Grayscale: #B6B6B6. Windows color (decimal): -6630049 or 6280602. OLE color: 6280602.

HSL color Cylindrical-coordinate representation of color #9AD55F: hue angle of 90º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AD55F is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 213 95 -
CMYK 0.28 0 0.55 0.16
HSL 90º 0.58% 0.6% -
HSV(B) 90º 0.55% 0.84% -
XYZ 39.19 55.28 19.43 -
YUV 181.91 78.95 108.09 -
System Red Green Blue C M Y K H S L
Decimal 154 213 95 0.28 0 0.55 0.16 90 0.58 0.6
Hex 9A D5 5F 1C 0 37 10 5A 3A 3C
Octal 232 325 137 34 0 67 20 132 72 74
Binary 10011010 11010101 1011111 11100 0 110111 10000 1011010 111010 111100

Color Harmonies of #9AD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD55F

Black with #9AD55F

Text Example


Text Example

White with #9AD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,213,95); }

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

background-color css

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

 a { background-color: rgb(154,213,95); }

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

border-color css

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

 span { border-color: rgb(154,213,95); }

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