Html Css Color HEX #9AF04F Conifer

📋 copy color: '#9AF04F'

red 154 ◦ green 240 ◦ blue 79

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

Shades of Conifer #9AF04F

Tints of Conifer #9AF04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.7%

R = 32.56%
G = 50.74%
B = 16.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#9AF04F (or 0x9AF04F) is known color: Conifer. HEX triplet: 9A, F0 and 4F. RGB value is (154,240,79). Sum of RGB (Red+Green+Blue) = 154+240+79=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF04F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF04F is #650FB0. Grayscale: #C4C4C4. Windows color (decimal): -6623153 or 5238938. OLE color: 5238938.

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

Color convert

RGB 154 240 79 -
CMYK 0.36 0 0.67 0.06
HSL 92.05º 0.84% 0.63% -
HSV(B) 92.05º 0.67% 0.94% -
XYZ 45.9 69.75 18.44 -
YUV 195.93 62.01 98.09 -
System Red Green Blue C M Y K H S L
Decimal 154 240 79 0.36 0 0.67 0.06 92.05 0.84 0.63
Hex 9A F0 4F 24 0 43 6 5C 54 3F
Octal 232 360 117 44 0 103 6 134 124 77
Binary 10011010 11110000 1001111 100100 0 1000011 110 1011100 1010100 111111

Color Harmonies of #9AF04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF04F

Black with #9AF04F

Text Example


Text Example

White with #9AF04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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