#9AC612

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

Shades of Citrus #9AC612

Tints of Citrus #9AC612

Color information

#9AC612 (or 0x9AC612) is unknown color: approx Citrus. HEX triplet: 9A, C6 and 12. RGB value is (154,198,18). Sum of RGB (Red+Green+Blue) = 154+198+18=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC612 is #6539ED. Grayscale: #A4A4A4. Windows color (decimal): -6633966 or 1230490. OLE color: 1230490.

HSL color Cylindrical-coordinate representation of color #9AC612: hue angle of 74.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AC612 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB15419818-
CMYK0.2200.910.22
HSL74.67º83.33%42.35%-
HSV(B)74.67º90.91%77.65%-
XYZ33.6347.37.93-
YUV164.3245.42120.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 198 (77.73% from 255) = 53.51%
BLUE value IS 18 (7.42% from 255) = 4.86%
R=41.62%
G=53.51%
B=4.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154198180.2200.910.2274.6783.3342.35
Hex9AC6121605B164b532a
Octal232306222601332611312352
Binary10011010110001101001010110010110111011010010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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