Html Css Color HEX #8AFE7D Light Green

📋 copy color: '#8AFE7D'

red 138 ◦ green 254 ◦ blue 125

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

Shades of Light Green #8AFE7D

Tints of Light Green #8AFE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 26.69%
G = 49.13%
B = 24.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#8AFE7D (or 0x8AFE7D) is known color: Light Green. HEX triplet: 8A, FE and 7D. RGB value is (138,254,125). Sum of RGB (Red+Green+Blue) = 138+254+125=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE7D is #750182. Grayscale: #CDCDCD. Windows color (decimal): -7668099 or 8257162. OLE color: 8257162.

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

Color convert

RGB 138 254 125 -
CMYK 0.46 0 0.51 0.00
HSL 113.95º 0.98% 0.74% -
HSV(B) 113.95º 0.51% 1% -
XYZ 49.62 77.77 31.8 -
YUV 204.61 83.07 80.49 -
System Red Green Blue C M Y K H S L
Decimal 138 254 125 0.46 0 0.51 0.00 113.95 0.98 0.74
Hex 8A FE 7D 2E 0 33 0 72 62 4A
Octal 212 376 175 56 0 63 0 162 142 112
Binary 10001010 11111110 1111101 101110 0 110011 0 1110010 1100010 1001010

Color Harmonies of #8AFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFE7D

Black with #8AFE7D

Text Example


Text Example

White with #8AFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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