#9AC012

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

Shades of Citrus #9AC012

Tints of Citrus #9AC012

Color information

#9AC012 (or 0x9AC012) is unknown color: approx Citrus. HEX triplet: 9A, C0 and 12. RGB value is (154,192,18). Sum of RGB (Red+Green+Blue) = 154+192+18=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC012 is #653FED. Grayscale: #A1A1A1. Windows color (decimal): -6635502 or 1228954. OLE color: 1228954.

HSL color Cylindrical-coordinate representation of color #9AC012: hue angle of 73.1º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AC012 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB15419218-
CMYK0.2000.910.25
HSL73.1º82.86%41.18%-
HSV(B)73.1º90.62%75.29%-
XYZ32.2944.617.48-
YUV160.847.41123.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 192 (75.39% from 255) = 52.75%
BLUE value IS 18 (7.42% from 255) = 4.95%
R=42.31%
G=52.75%
B=4.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154192180.2000.910.2573.182.8641.18
Hex9AC0121405B19495329
Octal232300222401333111112351
Binary10011010110000001001010100010110111100110010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,192,18); }

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

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

 a { background-color: rgb(154,192,18); }

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

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

 span { border-color: rgb(154,192,18); }

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