#9AB612

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

Shades of Citrus #9AB612

Tints of Citrus #9AB612

Color information

#9AB612 (or 0x9AB612) is unknown color: approx Citrus. HEX triplet: 9A, B6 and 12. RGB value is (154,182,18). Sum of RGB (Red+Green+Blue) = 154+182+18=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB612 is #6549ED. Grayscale: #9B9B9B. Windows color (decimal): -6638062 or 1226394. OLE color: 1226394.

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

Color convert

RGB15418218-
CMYK0.1500.900.29
HSL70.24º82%39.22%-
HSV(B)70.24º90.11%71.37%-
XYZ30.1640.376.77-
YUV154.9350.72127.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.50%
GREEN value IS 182 (71.48% from 255) = 51.41%
BLUE value IS 18 (7.42% from 255) = 5.08%
R=43.50%
G=51.41%
B=5.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154182180.1500.900.2970.248239.22
Hex9AB612F05A1D465227
Octal232266221701323510612247
Binary1001101010110110100101111010110101110110001101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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