Html Css Color HEX #8AF008 Lawn Green

📋 copy color: '#8AF008'

red 138 ◦ green 240 ◦ blue 8

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

Shades of Lawn Green #8AF008

Tints of Lawn Green #8AF008

RGB

 RED value IS 138 (54.3% from 255) = 35.75%

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

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 35.75%
G = 62.18%
B = 2.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#8AF008 (or 0x8AF008) is known color: Lawn Green. HEX triplet: 8A, F0 and 08. RGB value is (138,240,8). Sum of RGB (Red+Green+Blue) = 138+240+8=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF008 is #750FF7. Grayscale: #B7B7B7. Windows color (decimal): -7671800 or 585866. OLE color: 585866.

HSL color Cylindrical-coordinate representation of color #8AF008: hue angle of 86.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AF008 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 8 -
CMYK 0.42 0 0.97 0.06
HSL 86.38º 0.94% 0.49% -
HSV(B) 86.38º 0.97% 0.94% -
XYZ 41.69 67.74 11.11 -
YUV 183.05 29.21 95.86 -
System Red Green Blue C M Y K H S L
Decimal 138 240 8 0.42 0 0.97 0.06 86.38 0.94 0.49
Hex 8A F0 8 2A 0 61 6 56 5E 31
Octal 212 360 10 52 0 141 6 126 136 61
Binary 10001010 11110000 1000 101010 0 1100001 110 1010110 1011110 110001

Color Harmonies of #8AF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF008

Black with #8AF008

Text Example


Text Example

White with #8AF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AF008; }

 p { color: rgb(138,240,8); }

 H1.HeaderClassName
 {
   color: #8AF008;
 }
 .AnyTagClassName
 {
   color: #8AF008;
 }
</style>

background-color css

<style>
 a { background-color: #8AF008; }

 a { background-color: rgb(138,240,8); }

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

border-color css

<style>
 span { border-color: #8AF008; }

 span { border-color: rgb(138,240,8); }

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