#A5AE14

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

Shades of Citrus #A5AE14

Tints of Citrus #A5AE14

Color information

#A5AE14 (or 0xA5AE14) is unknown color: approx Citrus. HEX triplet: A5, AE and 14. RGB value is (165,174,20). Sum of RGB (Red+Green+Blue) = 165+174+20=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AE14 is #5A51EB. Grayscale: #9A9A9A. Windows color (decimal): -5919212 or 1355429. OLE color: 1355429.

HSL color Cylindrical-coordinate representation of color #A5AE14: hue angle of 63.51º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5AE14 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB16517420-
CMYK0.0500.890.32
HSL63.51º79.38%38.04%-
HSV(B)63.51º88.51%68.24%-
XYZ30.7838.326.44-
YUV153.7552.52136.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 174 (68.36% from 255) = 48.47%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=45.96%
G=48.47%
B=5.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165174200.0500.890.3263.5179.3838.04
HexA5AE14505920404f26
Octal24525624501314010011746
Binary1010010110101110101001010101100110000010000001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE14; }

 p { color: rgb(165,174,20); }

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

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

 a { background-color: rgb(165,174,20); }

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

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

 span { border-color: rgb(165,174,20); }

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