#9AAD12

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

Shades of Citrus #9AAD12

Tints of Citrus #9AAD12

Color information

#9AAD12 (or 0x9AAD12) is unknown color: approx Citrus. HEX triplet: 9A, AD and 12. RGB value is (154,173,18). Sum of RGB (Red+Green+Blue) = 154+173+18=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAD12 is #6552ED. Grayscale: #969696. Windows color (decimal): -6640366 or 1224090. OLE color: 1224090.

HSL color Cylindrical-coordinate representation of color #9AAD12: hue angle of 67.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AAD12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB15417318-
CMYK0.1100.900.32
HSL67.35º81.15%37.45%-
HSV(B)67.35º89.6%67.84%-
XYZ28.3836.86.18-
YUV149.6553.71131.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.64%
GREEN value IS 173 (67.97% from 255) = 50.14%
BLUE value IS 18 (7.42% from 255) = 5.22%
R=44.64%
G=50.14%
B=5.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154173180.1100.900.3267.3581.1537.45
Hex9AAD12B05A20435125
Octal232255221301324010312145
Binary10011010101011011001010110101101010000010000111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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