Html Css Color HEX #9AF05A Conifer

📋 copy color: '#9AF05A'

red 154 ◦ green 240 ◦ blue 90

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

Shades of Conifer #9AF05A

Tints of Conifer #9AF05A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 31.82%
G = 49.59%
B = 18.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#9AF05A (or 0x9AF05A) is known color: Conifer. HEX triplet: 9A, F0 and 5A. RGB value is (154,240,90). Sum of RGB (Red+Green+Blue) = 154+240+90=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF05A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF05A is #650FA5. Grayscale: #C5C5C5. Windows color (decimal): -6623142 or 5959834. OLE color: 5959834.

HSL color Cylindrical-coordinate representation of color #9AF05A: hue angle of 94.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AF05A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 90 -
CMYK 0.36 0 0.62 0.06
HSL 94.4º 0.83% 0.65% -
HSV(B) 94.4º 0.63% 0.94% -
XYZ 46.33 69.93 20.73 -
YUV 197.19 67.51 97.2 -
System Red Green Blue C M Y K H S L
Decimal 154 240 90 0.36 0 0.62 0.06 94.4 0.83 0.65
Hex 9A F0 5A 24 0 3E 6 5E 53 41
Octal 232 360 132 44 0 76 6 136 123 101
Binary 10011010 11110000 1011010 100100 0 111110 110 1011110 1010011 1000001

Color Harmonies of #9AF05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF05A

Black with #9AF05A

Text Example


Text Example

White with #9AF05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,240,90); }

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

background-color css

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

 a { background-color: rgb(154,240,90); }

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

border-color css

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

 span { border-color: rgb(154,240,90); }

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