#9AC510

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

Shades of Citrus #9AC510

Tints of Citrus #9AC510

Color information

#9AC510 (or 0x9AC510) is unknown color: approx Citrus. HEX triplet: 9A, C5 and 10. RGB value is (154,197,16). Sum of RGB (Red+Green+Blue) = 154+197+16=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC510 is #653AEF. Grayscale: #A4A4A4. Windows color (decimal): -6634224 or 1099162. OLE color: 1099162.

HSL color Cylindrical-coordinate representation of color #9AC510: hue angle of 74.25º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AC510 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB15419716-
CMYK0.2200.920.23
HSL74.25º84.98%41.76%-
HSV(B)74.25º91.88%77.25%-
XYZ33.3946.847.77-
YUV163.5144.75121.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 197 (77.34% from 255) = 53.68%
BLUE value IS 16 (6.64% from 255) = 4.36%
R=41.96%
G=53.68%
B=4.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154197160.2200.920.2374.2584.9841.76
Hex9AC5101605C174a552a
Octal232305202601342711212552
Binary10011010110001011000010110010111001011110010101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,197,16); }

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

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

 a { background-color: rgb(154,197,16); }

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

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

 span { border-color: rgb(154,197,16); }

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