#9ACB32

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

Shades of Yellow Green #9ACB32

Tints of Yellow Green #9ACB32

Color information

#9ACB32 (or 0x9ACB32) is unknown color: approx Yellow Green. HEX triplet: 9A, CB and 32. RGB value is (154,203,50). Sum of RGB (Red+Green+Blue) = 154+203+50=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACB32 is #6534CD. Grayscale: #ABABAB. Windows color (decimal): -6632654 or 3328922. OLE color: 3328922.

HSL color Cylindrical-coordinate representation of color #9ACB32: hue angle of 79.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9ACB32 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB15420350-
CMYK0.2400.750.20
HSL79.22º60.47%49.61%-
HSV(B)79.22º75.37%79.61%-
XYZ35.2649.8110.77-
YUV170.9159.77115.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 203 (79.69% from 255) = 49.88%
BLUE value IS 50 (19.92% from 255) = 12.29%
R=37.84%
G=49.88%
B=12.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154203500.2400.750.2079.2260.4749.61
Hex9ACB321804B144f3c32
Octal23231362300113241177462
Binary10011010110010111100101100001001011101001001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACB32; }

 p { color: rgb(154,203,50); }

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

<style>
 a { background-color: #9ACB32; }

 a { background-color: rgb(154,203,50); }

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

<style>
 span { border-color: #9ACB32; }

 span { border-color: rgb(154,203,50); }

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