Html Css Color HEX #8AFE70 Light Green

📋 copy color: '#8AFE70'

red 138 ◦ green 254 ◦ blue 112

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

Shades of Light Green #8AFE70

Tints of Light Green #8AFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 27.38%
G = 50.4%
B = 22.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#8AFE70 (or 0x8AFE70) is known color: Light Green. HEX triplet: 8A, FE and 70. RGB value is (138,254,112). Sum of RGB (Red+Green+Blue) = 138+254+112=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE70 is #75018F. Grayscale: #CBCBCB. Windows color (decimal): -7668112 or 7405194. OLE color: 7405194.

HSL color Cylindrical-coordinate representation of color #8AFE70: hue angle of 109.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AFE70 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 112 -
CMYK 0.46 0 0.56 0.00
HSL 109.01º 0.99% 0.72% -
HSV(B) 109.01º 0.56% 1% -
XYZ 48.85 77.46 27.71 -
YUV 203.13 76.57 81.55 -
System Red Green Blue C M Y K H S L
Decimal 138 254 112 0.46 0 0.56 0.00 109.01 0.99 0.72
Hex 8A FE 70 2E 0 38 0 6D 63 48
Octal 212 376 160 56 0 70 0 155 143 110
Binary 10001010 11111110 1110000 101110 0 111000 0 1101101 1100011 1001000

Color Harmonies of #8AFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFE70

Black with #8AFE70

Text Example


Text Example

White with #8AFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,254,112); }

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

background-color css

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

 a { background-color: rgb(138,254,112); }

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

border-color css

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

 span { border-color: rgb(138,254,112); }

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