#9ACA2F

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

Shades of Yellow Green #9ACA2F

Tints of Yellow Green #9ACA2F

Color information

#9ACA2F (or 0x9ACA2F) is unknown color: approx Yellow Green. HEX triplet: 9A, CA and 2F. RGB value is (154,202,47). Sum of RGB (Red+Green+Blue) = 154+202+47=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA2F is #6535D0. Grayscale: #AAAAAA. Windows color (decimal): -6632913 or 3132058. OLE color: 3132058.

HSL color Cylindrical-coordinate representation of color #9ACA2F: hue angle of 78.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9ACA2F is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB15420247-
CMYK0.2400.770.21
HSL78.58º62.25%48.82%-
HSV(B)78.58º76.73%79.22%-
XYZ34.9649.3210.37-
YUV169.9858.6116.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 47 (18.75% from 255) = 11.66%
R=38.21%
G=50.12%
B=11.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202470.2400.770.2178.5862.2548.82
Hex9ACA2F1804D154f3e31
Octal23231257300115251177661
Binary10011010110010101011111100001001101101011001111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,47); }

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

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

 a { background-color: rgb(154,202,47); }

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

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

 span { border-color: rgb(154,202,47); }

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