Html Css Color HEX #A5AC2D Earls Green

📋 copy color: '#A5AC2D'

red 165 ◦ green 172 ◦ blue 45

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

Shades of Earls Green #A5AC2D

Tints of Earls Green #A5AC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.78%

R = 43.19%
G = 45.03%
B = 11.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#A5AC2D (or 0xA5AC2D) is known color: Earls Green. HEX triplet: A5, AC and 2D. RGB value is (165,172,45). Sum of RGB (Red+Green+Blue) = 165+172+45=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC2D is #5A53D2. Grayscale: #9B9B9B. Windows color (decimal): -5919699 or 2993317. OLE color: 2993317.

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

Color convert

RGB 165 172 45 -
CMYK 0.04 0 0.74 0.33
HSL 63.31º 0.59% 0.43% -
HSV(B) 63.31º 0.74% 0.67% -
XYZ 30.74 37.69 8.14 -
YUV 155.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 165 172 45 0.04 0 0.74 0.33 63.31 0.59 0.43
Hex A5 AC 2D 4 0 4A 21 3F 3B 2B
Octal 245 254 55 4 0 112 41 77 73 53
Binary 10100101 10101100 101101 100 0 1001010 100001 111111 111011 101011

Color Harmonies of #A5AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC2D

Black with #A5AC2D

Text Example


Text Example

White with #A5AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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