#8AC030

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

Shades of Yellow Green #8AC030

Tints of Yellow Green #8AC030

Color information

#8AC030 (or 0x8AC030) is unknown color: approx Yellow Green. HEX triplet: 8A, C0 and 30. RGB value is (138,192,48). Sum of RGB (Red+Green+Blue) = 138+192+48=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC030 is #753FCF. Grayscale: #9F9F9F. Windows color (decimal): -7684048 or 3195018. OLE color: 3195018.

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

Color convert

RGB13819248-
CMYK0.2800.750.25
HSL82.5º60%47.06%-
HSV(B)82.5º75%75.29%-
XYZ29.8643.329.58-
YUV159.4465.11112.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 192 (75.39% from 255) = 50.79%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=36.51%
G=50.79%
B=12.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138192480.2800.750.2582.56047.06
Hex8AC0301C04B19523c2f
Octal21230060340113311227457
Binary10001010110000001100001110001001011110011010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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