#9ACA1F

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

Shades of Yellow Green #9ACA1F

Tints of Yellow Green #9ACA1F

Color information

#9ACA1F (or 0x9ACA1F) is unknown color: approx Yellow Green. HEX triplet: 9A, CA and 1F. RGB value is (154,202,31). Sum of RGB (Red+Green+Blue) = 154+202+31=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA1F is #6535E0. Grayscale: #A8A8A8. Windows color (decimal): -6632929 or 2083482. OLE color: 2083482.

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

Color convert

RGB15420231-
CMYK0.2400.850.21
HSL76.84º73.39%45.69%-
HSV(B)76.84º84.65%79.22%-
XYZ34.6949.218.97-
YUV168.1550.6117.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.79%
GREEN value IS 202 (79.30% from 255) = 52.20%
BLUE value IS 31 (12.5% from 255) = 8.01%
R=39.79%
G=52.20%
B=8.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202310.2400.850.2176.8473.3945.69
Hex9ACA1F18055154d492e
Octal232312373001252511511156
Binary10011010110010101111111000010101011010110011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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