#8AFF72

Color #8AFF72 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8AFF72

Tints of Light Green #8AFF72

Color information

#8AFF72 (or 0x8AFF72) is unknown color: approx Light Green. HEX triplet: 8A, FF and 72. RGB value is (138,255,114). Sum of RGB (Red+Green+Blue) = 138+255+114=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFF72 is #75008D. Grayscale: #CCCCCC. Windows color (decimal): -7667854 or 7536522. OLE color: 7536522.

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

Color convert

RGB138255114-
CMYK0.4600.550
HSL109.79º100%72.35%-
HSV(B)109.79º55.29%100%-
XYZ49.2878.1428.4-
YUV203.9477.2480.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=27.22%
G=50.30%
B=22.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551140.4600.550109.7910072.35
Hex8AFF722E03706e6448
Octal212377162560670156144110
Binary1000101011111111111001010111001101110110111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AFF72;
 }
 .AnyTagClassName
 {
   color: #8AFF72;
 }
</style>
background-color css

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

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

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

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

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

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