Html Css Color HEX #8AFC7F Light Green

📋 copy color: '#8AFC7F'

red 138 ◦ green 252 ◦ blue 127

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

Shades of Light Green #8AFC7F

Tints of Light Green #8AFC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.74%

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

R = 26.69%
G = 48.74%
B = 24.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#8AFC7F (or 0x8AFC7F) is known color: Light Green. HEX triplet: 8A, FC and 7F. RGB value is (138,252,127). Sum of RGB (Red+Green+Blue) = 138+252+127=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFC7F is #750380. Grayscale: #CCCCCC. Windows color (decimal): -7668609 or 8387722. OLE color: 8387722.

HSL color Cylindrical-coordinate representation of color #8AFC7F: hue angle of 114.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AFC7F is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 252 127 -
CMYK 0.45 0 0.50 0.01
HSL 114.72º 0.95% 0.74% -
HSV(B) 114.72º 0.5% 0.99% -
XYZ 49.12 76.56 32.27 -
YUV 203.66 84.73 81.16 -
System Red Green Blue C M Y K H S L
Decimal 138 252 127 0.45 0 0.50 0.01 114.72 0.95 0.74
Hex 8A FC 7F 2D 0 32 1 73 5F 4A
Octal 212 374 177 55 0 62 1 163 137 112
Binary 10001010 11111100 1111111 101101 0 110010 1 1110011 1011111 1001010

Color Harmonies of #8AFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFC7F

Black with #8AFC7F

Text Example


Text Example

White with #8AFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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