Html Css Color HEX #A8AD14 Citrus

📋 copy color: '#A8AD14'

red 168 ◦ green 173 ◦ blue 20

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

Shades of Citrus #A8AD14

Tints of Citrus #A8AD14

RGB

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

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

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

R = 46.54%
G = 47.92%
B = 5.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#A8AD14 (or 0xA8AD14) is known color: Citrus. HEX triplet: A8, AD and 14. RGB value is (168,173,20). Sum of RGB (Red+Green+Blue) = 168+173+20=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AD14 is #5752EB. Grayscale: #9A9A9A. Windows color (decimal): -5722860 or 1355176. OLE color: 1355176.

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

Color convert

RGB 168 173 20 -
CMYK 0.03 0 0.88 0.32
HSL 61.96º 0.79% 0.38% -
HSV(B) 61.96º 0.88% 0.68% -
XYZ 31.22 38.26 6.4 -
YUV 154.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 168 173 20 0.03 0 0.88 0.32 61.96 0.79 0.38
Hex A8 AD 14 3 0 58 20 3E 4F 26
Octal 250 255 24 3 0 130 40 76 117 46
Binary 10101000 10101101 10100 11 0 1011000 100000 111110 1001111 100110

Color Harmonies of #A8AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD14

Black with #A8AD14

Text Example


Text Example

White with #A8AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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