Html Css Color HEX #A5AD18 Citrus

📋 copy color: '#A5AD18'

red 165 ◦ green 173 ◦ blue 24

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

Shades of Citrus #A5AD18

Tints of Citrus #A5AD18

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 45.58%
G = 47.79%
B = 6.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#A5AD18 (or 0xA5AD18) is known color: Citrus. HEX triplet: A5, AD and 18. RGB value is (165,173,24). Sum of RGB (Red+Green+Blue) = 165+173+24=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AD18 is #5A52E7. Grayscale: #9A9A9A. Windows color (decimal): -5919464 or 1617317. OLE color: 1617317.

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

Color convert

RGB 165 173 24 -
CMYK 0.05 0 0.86 0.32
HSL 63.22º 0.76% 0.39% -
HSV(B) 63.22º 0.86% 0.68% -
XYZ 30.63 37.95 6.58 -
YUV 153.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 165 173 24 0.05 0 0.86 0.32 63.22 0.76 0.39
Hex A5 AD 18 5 0 56 20 3F 4C 27
Octal 245 255 30 5 0 126 40 77 114 47
Binary 10100101 10101101 11000 101 0 1010110 100000 111111 1001100 100111

Color Harmonies of #A5AD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD18

Black with #A5AD18

Text Example


Text Example

White with #A5AD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD18; }

 p { color: rgb(165,173,24); }

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

background-color css

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

 a { background-color: rgb(165,173,24); }

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

border-color css

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

 span { border-color: rgb(165,173,24); }

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