Html Css Color HEX #8AFF7D Light Green

📋 copy color: '#8AFF7D'

red 138 ◦ green 255 ◦ blue 125

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

Shades of Light Green #8AFF7D

Tints of Light Green #8AFF7D

RGB

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

 GREEN value IS 255 (100% from 255) = 49.23%

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

R = 26.64%
G = 49.23%
B = 24.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#8AFF7D (or 0x8AFF7D) is known color: Light Green. HEX triplet: 8A, FF and 7D. RGB value is (138,255,125). Sum of RGB (Red+Green+Blue) = 138+255+125=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFF7D is #750082. Grayscale: #CDCDCD. Windows color (decimal): -7667843 or 8257418. OLE color: 8257418.

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

Color convert

RGB 138 255 125 -
CMYK 0.46 0 0.51 0
HSL 114º 1% 0.75% -
HSV(B) 114º 0.51% 1% -
XYZ 49.94 78.4 31.9 -
YUV 205.2 82.74 80.07 -
System Red Green Blue C M Y K H S L
Decimal 138 255 125 0.46 0 0.51 0 114 1 0.75
Hex 8A FF 7D 2E 0 33 0 72 64 4B
Octal 212 377 175 56 0 63 0 162 144 113
Binary 10001010 11111111 1111101 101110 0 110011 0 1110010 1100100 1001011

Color Harmonies of #8AFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF7D

Black with #8AFF7D

Text Example


Text Example

White with #8AFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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