#8ac13a

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

Shades of Yellow Green #8AC13A

Tints of Yellow Green #8AC13A

Color information

#8AC13A (or 0x8AC13A) is unknown color: approx Yellow Green. HEX triplet: 8A, C1 and 3A. RGB value is (138,193,58). Sum of RGB (Red+Green+Blue) = 138+193+58=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC13A is #753EC5. Grayscale: #A1A1A1. Windows color (decimal): -7683782 or 3850634. OLE color: 3850634.

HSL color Cylindrical-coordinate representation of color #8AC13A: hue angle of 84.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AC13A is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB13819358-
CMYK0.2800.700.24
HSL84.44º53.78%49.22%-
HSV(B)84.44º69.95%75.69%-
XYZ30.3143.8510.87-
YUV161.1669.78111.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 193 (75.78% from 255) = 49.61%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=35.48%
G=49.61%
B=14.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138193580.2800.700.2484.4453.7849.22
Hex8AC13A1C04618543631
Octal21230172340106301246661
Binary10001010110000011110101110001000110110001010100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ac13a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,58); }

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

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

 a { background-color: rgb(138,193,58); }

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

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

 span { border-color: rgb(138,193,58); }

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