Html Css Color HEX #A8AD18 Citrus

📋 copy color: '#A8AD18'

red 168 ◦ green 173 ◦ blue 24

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

Shades of Citrus #A8AD18

Tints of Citrus #A8AD18

RGB

 RED value IS 168 (66.02% from 255) = 46.03%

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

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

R = 46.03%
G = 47.4%
B = 6.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#A8AD18 (or 0xA8AD18) is known color: Citrus. HEX triplet: A8, AD and 18. RGB value is (168,173,24). Sum of RGB (Red+Green+Blue) = 168+173+24=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AD18 is #5752E7. Grayscale: #9B9B9B. Windows color (decimal): -5722856 or 1617320. OLE color: 1617320.

HSL color Cylindrical-coordinate representation of color #A8AD18: hue angle of 62.01º 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 #A8AD18 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 173 24 -
CMYK 0.03 0 0.86 0.32
HSL 62.01º 0.76% 0.39% -
HSV(B) 62.01º 0.86% 0.68% -
XYZ 31.26 38.28 6.61 -
YUV 154.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 168 173 24 0.03 0 0.86 0.32 62.01 0.76 0.39
Hex A8 AD 18 3 0 56 20 3E 4C 27
Octal 250 255 30 3 0 126 40 76 114 47
Binary 10101000 10101101 11000 11 0 1010110 100000 111110 1001100 100111

Color Harmonies of #A8AD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD18

Black with #A8AD18

Text Example


Text Example

White with #A8AD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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