#8AF383

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

Shades of Light Green #8AF383

Tints of Light Green #8AF383

Color information

#8AF383 (or 0x8AF383) is unknown color: approx Light Green. HEX triplet: 8A, F3 and 83. RGB value is (138,243,131). Sum of RGB (Red+Green+Blue) = 138+243+131=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF383 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF383 is #750C7C. Grayscale: #C7C7C7. Windows color (decimal): -7670909 or 8647562. OLE color: 8647562.

HSL color Cylindrical-coordinate representation of color #8AF383: hue angle of 116.25º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF383 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB138243131-
CMYK0.4300.460.05
HSL116.25º82.35%73.33%-
HSV(B)116.25º46.09%95.29%-
XYZ46.6371.1432.75-
YUV198.8489.7184.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 243 (95.31% from 255) = 47.46%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=26.95%
G=47.46%
B=25.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382431310.4300.460.05116.2582.3573.33
Hex8AF3832B02E5745249
Octal212363203530565164122111
Binary1000101011110011100000111010110101110101111010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,243,131); }

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

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

 a { background-color: rgb(138,243,131); }

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

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

 span { border-color: rgb(138,243,131); }

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