#9ACA0C

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

Shades of Citrus #9ACA0C

Tints of Citrus #9ACA0C

Color information

#9ACA0C (or 0x9ACA0C) is unknown color: approx Citrus. HEX triplet: 9A, CA and 0C. RGB value is (154,202,12). Sum of RGB (Red+Green+Blue) = 154+202+12=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACA0C is #6535F3. Grayscale: #A6A6A6. Windows color (decimal): -6632948 or 838298. OLE color: 838298.

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

Color convert

RGB15420212-
CMYK0.2400.940.21
HSL75.16º88.79%41.96%-
HSV(B)75.16º94.06%79.22%-
XYZ34.5149.148.01-
YUV165.9941.1119.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.85%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 12 (5.08% from 255) = 3.26%
R=41.85%
G=54.89%
B=3.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202120.2400.940.2175.1688.7941.96
Hex9ACAC1805E154b592a
Octal232312143001362511313152
Binary1001101011001010110011000010111101010110010111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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