Html Css Color HEX #A5AC14 Citrus

📋 copy color: '#A5AC14'

red 165 ◦ green 172 ◦ blue 20

#A5AC14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A5AC14

Tints of Citrus #A5AC14

RGB

 RED value IS 165 (64.84% from 255) = 46.22%

 GREEN value IS 172 (67.58% from 255) = 48.18%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 46.22%
G = 48.18%
B = 5.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#A5AC14 (or 0xA5AC14) is known color: Citrus. HEX triplet: A5, AC and 14. RGB value is (165,172,20). Sum of RGB (Red+Green+Blue) = 165+172+20=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AC14 is #5A53EB. Grayscale: #999999. Windows color (decimal): -5919724 or 1354917. OLE color: 1354917.

HSL color Cylindrical-coordinate representation of color #A5AC14: hue angle of 62.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5AC14 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 20 -
CMYK 0.04 0 0.88 0.33
HSL 62.76º 0.79% 0.38% -
HSV(B) 62.76º 0.88% 0.67% -
XYZ 30.4 37.55 6.31 -
YUV 152.58 53.18 136.86 -
System Red Green Blue C M Y K H S L
Decimal 165 172 20 0.04 0 0.88 0.33 62.76 0.79 0.38
Hex A5 AC 14 4 0 58 21 3F 4F 26
Octal 245 254 24 4 0 130 41 77 117 46
Binary 10100101 10101100 10100 100 0 1011000 100001 111111 1001111 100110

Color Harmonies of #A5AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC14

Black with #A5AC14

Text Example


Text Example

White with #A5AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC14; }

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

 H1.HeaderClassName
 {
   color: #A5AC14;
 }
 .AnyTagClassName
 {
   color: #A5AC14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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