Html Css Color HEX #8AFE7F Light Green

📋 copy color: '#8AFE7F'

red 138 ◦ green 254 ◦ blue 127

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

Shades of Light Green #8AFE7F

Tints of Light Green #8AFE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.47%

R = 26.59%
G = 48.94%
B = 24.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#8AFE7F (or 0x8AFE7F) is known color: Light Green. HEX triplet: 8A, FE and 7F. RGB value is (138,254,127). Sum of RGB (Red+Green+Blue) = 138+254+127=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE7F is #750180. Grayscale: #CDCDCD. Windows color (decimal): -7668097 or 8388234. OLE color: 8388234.

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

Color convert

RGB 138 254 127 -
CMYK 0.46 0 0.50 0.00
HSL 114.8º 0.98% 0.75% -
HSV(B) 114.8º 0.5% 1% -
XYZ 49.75 77.82 32.48 -
YUV 204.84 84.07 80.33 -
System Red Green Blue C M Y K H S L
Decimal 138 254 127 0.46 0 0.50 0.00 114.8 0.98 0.75
Hex 8A FE 7F 2E 0 32 0 73 62 4B
Octal 212 376 177 56 0 62 0 163 142 113
Binary 10001010 11111110 1111111 101110 0 110010 0 1110011 1100010 1001011

Color Harmonies of #8AFE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFE7F

Black with #8AFE7F

Text Example


Text Example

White with #8AFE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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