#A0AF18

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

Shades of Citrus #A0AF18

Tints of Citrus #A0AF18

Color information

#A0AF18 (or 0xA0AF18) is unknown color: approx Citrus. HEX triplet: A0, AF and 18. RGB value is (160,175,24). Sum of RGB (Red+Green+Blue) = 160+175+24=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF18 is #5F50E7. Grayscale: #999999. Windows color (decimal): -6246632 or 1617824. OLE color: 1617824.

HSL color Cylindrical-coordinate representation of color #A0AF18: hue angle of 65.96º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0AF18 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB16017524-
CMYK0.0900.860.31
HSL65.96º75.88%39.02%-
HSV(B)65.96º86.29%68.63%-
XYZ29.9938.26.66-
YUV153.355.03132.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 24 (9.77% from 255) = 6.69%
R=44.57%
G=48.75%
B=6.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175240.0900.860.3165.9675.8839.02
HexA0AF1890561F424c27
Octal240257301101263710211447
Binary1010000010101111110001001010101101111110000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF18; }

 p { color: rgb(160,175,24); }

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

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

 a { background-color: rgb(160,175,24); }

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

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

 span { border-color: rgb(160,175,24); }

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