#9AB60A

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

Shades of Citrus #9AB60A

Tints of Citrus #9AB60A

Color information

#9AB60A (or 0x9AB60A) is unknown color: approx Citrus. HEX triplet: 9A, B6 and 0A. RGB value is (154,182,10). Sum of RGB (Red+Green+Blue) = 154+182+10=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB60A is #6549F5. Grayscale: #9A9A9A. Windows color (decimal): -6638070 or 702106. OLE color: 702106.

HSL color Cylindrical-coordinate representation of color #9AB60A: hue angle of 69.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AB60A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB15418210-
CMYK0.1500.950.29
HSL69.77º89.58%37.65%-
HSV(B)69.77º94.51%71.37%-
XYZ30.1140.356.49-
YUV154.0246.72127.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 182 (71.48% from 255) = 52.60%
BLUE value IS 10 (4.30% from 255) = 2.89%
R=44.51%
G=52.60%
B=2.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154182100.1500.950.2969.7789.5837.65
Hex9AB6AF05F1D465a26
Octal232266121701373510613246
Binary100110101011011010101111010111111110110001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,182,10); }

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

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

 a { background-color: rgb(154,182,10); }

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

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

 span { border-color: rgb(154,182,10); }

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