Html Css Color HEX #8AFA8A Light Green

📋 copy color: '#8AFA8A'

red 138 ◦ green 250 ◦ blue 138

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

Shades of Light Green #8AFA8A

Tints of Light Green #8AFA8A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.53%

 BLUE value IS 138 (54.3% from 255) = 26.24%

R = 26.24%
G = 47.53%
B = 26.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#8AFA8A (or 0x8AFA8A) is known color: Light Green. HEX triplet: 8A, FA and 8A. RGB value is (138,250,138). Sum of RGB (Red+Green+Blue) = 138+250+138=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFA8A is #750575. Grayscale: #CCCCCC. Windows color (decimal): -7669110 or 9108106. OLE color: 9108106.

HSL color Cylindrical-coordinate representation of color #8AFA8A: hue angle of 120º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFA8A is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 250 138 -
CMYK 0.45 0 0.45 0.02
HSL 120º 0.92% 0.76% -
HSV(B) 120º 0.45% 0.98% -
XYZ 49.25 75.61 36.04 -
YUV 203.74 90.89 81.11 -
System Red Green Blue C M Y K H S L
Decimal 138 250 138 0.45 0 0.45 0.02 120 0.92 0.76
Hex 8A FA 8A 2D 0 2D 2 78 5C 4C
Octal 212 372 212 55 0 55 2 170 134 114
Binary 10001010 11111010 10001010 101101 0 101101 10 1111000 1011100 1001100

Color Harmonies of #8AFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFA8A

Black with #8AFA8A

Text Example


Text Example

White with #8AFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,250,138); }

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

background-color css

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

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

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

border-color css

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

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

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