#8AC81F

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

Shades of Yellow Green #8AC81F

Tints of Yellow Green #8AC81F

Color information

#8AC81F (or 0x8AC81F) is unknown color: approx Yellow Green. HEX triplet: 8A, C8 and 1F. RGB value is (138,200,31). Sum of RGB (Red+Green+Blue) = 138+200+31=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC81F is #7537E0. Grayscale: #A2A2A2. Windows color (decimal): -7682017 or 2082954. OLE color: 2082954.

HSL color Cylindrical-coordinate representation of color #8AC81F: hue angle of 82.01º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AC81F is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB13820031-
CMYK0.3100.840.22
HSL82.01º73.16%45.29%-
HSV(B)82.01º84.5%78.43%-
XYZ31.3846.818.68-
YUV162.253.96110.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 200 (78.52% from 255) = 54.20%
BLUE value IS 31 (12.5% from 255) = 8.40%
R=37.40%
G=54.20%
B=8.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138200310.3100.840.2282.0173.1645.29
Hex8AC81F1F0541652492d
Octal212310373701242612211155
Binary10001010110010001111111111010101001011010100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,31); }

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

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

 a { background-color: rgb(138,200,31); }

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

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

 span { border-color: rgb(138,200,31); }

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