Html Css Color HEX #8AE10C Lawn Green

📋 copy color: '#8AE10C'

red 138 ◦ green 225 ◦ blue 12

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

Shades of Lawn Green #8AE10C

Tints of Lawn Green #8AE10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60%

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 36.8%
G = 60%
B = 3.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#8AE10C (or 0x8AE10C) is known color: Lawn Green. HEX triplet: 8A, E1 and 0C. RGB value is (138,225,12). Sum of RGB (Red+Green+Blue) = 138+225+12=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AE10C is #751EF3. Grayscale: #AFAFAF. Windows color (decimal): -7675636 or 844170. OLE color: 844170.

HSL color Cylindrical-coordinate representation of color #8AE10C: hue angle of 84.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AE10C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 225 12 -
CMYK 0.39 0 0.95 0.12
HSL 84.51º 0.9% 0.46% -
HSV(B) 84.51º 0.95% 0.88% -
XYZ 37.47 59.28 9.82 -
YUV 174.71 36.18 101.82 -
System Red Green Blue C M Y K H S L
Decimal 138 225 12 0.39 0 0.95 0.12 84.51 0.9 0.46
Hex 8A E1 C 27 0 5F C 55 5A 2E
Octal 212 341 14 47 0 137 14 125 132 56
Binary 10001010 11100001 1100 100111 0 1011111 1100 1010101 1011010 101110

Color Harmonies of #8AE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE10C

Black with #8AE10C

Text Example


Text Example

White with #8AE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,225,12); }

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

background-color css

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

 a { background-color: rgb(138,225,12); }

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

border-color css

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

 span { border-color: rgb(138,225,12); }

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