Html Css Color HEX #8AFE75 Light Green

📋 copy color: '#8AFE75'

red 138 ◦ green 254 ◦ blue 117

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

Shades of Light Green #8AFE75

Tints of Light Green #8AFE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 27.11%
G = 49.9%
B = 22.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#8AFE75 (or 0x8AFE75) is known color: Light Green. HEX triplet: 8A, FE and 75. RGB value is (138,254,117). Sum of RGB (Red+Green+Blue) = 138+254+117=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE75 is #75018A. Grayscale: #CCCCCC. Windows color (decimal): -7668107 or 7732874. OLE color: 7732874.

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

Color convert

RGB 138 254 117 -
CMYK 0.46 0 0.54 0.00
HSL 110.8º 0.99% 0.73% -
HSV(B) 110.8º 0.54% 1% -
XYZ 49.13 77.57 29.21 -
YUV 203.7 79.07 81.14 -
System Red Green Blue C M Y K H S L
Decimal 138 254 117 0.46 0 0.54 0.00 110.8 0.99 0.73
Hex 8A FE 75 2E 0 36 0 6F 63 49
Octal 212 376 165 56 0 66 0 157 143 111
Binary 10001010 11111110 1110101 101110 0 110110 0 1101111 1100011 1001001

Color Harmonies of #8AFE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFE75

Black with #8AFE75

Text Example


Text Example

White with #8AFE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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