Html Css Color HEX #A8AC1C Earls Green

📋 copy color: '#A8AC1C'

red 168 ◦ green 172 ◦ blue 28

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

Shades of Earls Green #A8AC1C

Tints of Earls Green #A8AC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 45.65%
G = 46.74%
B = 7.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#A8AC1C (or 0xA8AC1C) is known color: Earls Green. HEX triplet: A8, AC and 1C. RGB value is (168,172,28). Sum of RGB (Red+Green+Blue) = 168+172+28=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC1C is #5753E3. Grayscale: #9A9A9A. Windows color (decimal): -5723108 or 1879208. OLE color: 1879208.

HSL color Cylindrical-coordinate representation of color #A8AC1C: hue angle of 61.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8AC1C is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 28 -
CMYK 0.02 0 0.84 0.33
HSL 61.67º 0.72% 0.39% -
HSV(B) 61.67º 0.84% 0.67% -
XYZ 31.11 37.91 6.78 -
YUV 154.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 168 172 28 0.02 0 0.84 0.33 61.67 0.72 0.39
Hex A8 AC 1C 2 0 54 21 3E 48 27
Octal 250 254 34 2 0 124 41 76 110 47
Binary 10101000 10101100 11100 10 0 1010100 100001 111110 1001000 100111

Color Harmonies of #A8AC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC1C

Black with #A8AC1C

Text Example


Text Example

White with #A8AC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC1C; }

 p { color: rgb(168,172,28); }

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

background-color css

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

 a { background-color: rgb(168,172,28); }

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

border-color css

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

 span { border-color: rgb(168,172,28); }

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