#8AC02E

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

Shades of Yellow Green #8AC02E

Tints of Yellow Green #8AC02E

Color information

#8AC02E (or 0x8AC02E) is unknown color: approx Yellow Green. HEX triplet: 8A, C0 and 2E. RGB value is (138,192,46). Sum of RGB (Red+Green+Blue) = 138+192+46=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC02E is #753FD1. Grayscale: #9F9F9F. Windows color (decimal): -7684050 or 3063946. OLE color: 3063946.

HSL color Cylindrical-coordinate representation of color #8AC02E: hue angle of 82.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AC02E is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB13819246-
CMYK0.2800.760.25
HSL82.19º61.34%46.67%-
HSV(B)82.19º76.04%75.29%-
XYZ29.8243.39.37-
YUV159.2164.11112.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 192 (75.39% from 255) = 51.06%
BLUE value IS 46 (18.36% from 255) = 12.23%
R=36.70%
G=51.06%
B=12.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138192460.2800.760.2582.1961.3446.67
Hex8AC02E1C04C19523d2f
Octal21230056340114311227557
Binary10001010110000001011101110001001100110011010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,46); }

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

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

 a { background-color: rgb(138,192,46); }

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

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

 span { border-color: rgb(138,192,46); }

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