Html Css Color HEX #8AF884 Light Green

📋 copy color: '#8AF884'

red 138 ◦ green 248 ◦ blue 132

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

Shades of Light Green #8AF884

Tints of Light Green #8AF884

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.88%

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 26.64%
G = 47.88%
B = 25.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#8AF884 (or 0x8AF884) is known color: Light Green. HEX triplet: 8A, F8 and 84. RGB value is (138,248,132). Sum of RGB (Red+Green+Blue) = 138+248+132=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF884 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF884 is #75077B. Grayscale: #CACACA. Windows color (decimal): -7669628 or 8714378. OLE color: 8714378.

HSL color Cylindrical-coordinate representation of color #8AF884: hue angle of 116.9º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AF884 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 248 132 -
CMYK 0.44 0 0.47 0.03
HSL 116.9º 0.89% 0.75% -
HSV(B) 116.9º 0.47% 0.97% -
XYZ 48.21 74.2 33.61 -
YUV 201.89 88.56 82.43 -
System Red Green Blue C M Y K H S L
Decimal 138 248 132 0.44 0 0.47 0.03 116.9 0.89 0.75
Hex 8A F8 84 2C 0 2F 3 75 59 4B
Octal 212 370 204 54 0 57 3 165 131 113
Binary 10001010 11111000 10000100 101100 0 101111 11 1110101 1011001 1001011

Color Harmonies of #8AF884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF884

Black with #8AF884

Text Example


Text Example

White with #8AF884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,248,132); }

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

background-color css

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

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

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

border-color css

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

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

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