Html Css Color HEX #A0AE37 Limerick

📋 copy color: '#A0AE37'

red 160 ◦ green 174 ◦ blue 55

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

Shades of Limerick #A0AE37

Tints of Limerick #A0AE37

RGB

 RED value IS 160 (62.89% from 255) = 41.13%

 GREEN value IS 174 (68.36% from 255) = 44.73%

 BLUE value IS 55 (21.88% from 255) = 14.14%

R = 41.13%
G = 44.73%
B = 14.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#A0AE37 (or 0xA0AE37) is known color: Limerick. HEX triplet: A0, AE and 37. RGB value is (160,174,55). Sum of RGB (Red+Green+Blue) = 160+174+55=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE37 is #5F51C8. Grayscale: #9C9C9C. Windows color (decimal): -6246857 or 3649184. OLE color: 3649184.

HSL color Cylindrical-coordinate representation of color #A0AE37: hue angle of 67.06º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0AE37 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 174 55 -
CMYK 0.08 0 0.68 0.32
HSL 67.06º 0.52% 0.45% -
HSV(B) 67.06º 0.68% 0.68% -
XYZ 30.32 38.02 9.36 -
YUV 156.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 160 174 55 0.08 0 0.68 0.32 67.06 0.52 0.45
Hex A0 AE 37 8 0 44 20 43 34 2D
Octal 240 256 67 10 0 104 40 103 64 55
Binary 10100000 10101110 110111 1000 0 1000100 100000 1000011 110100 101101

Color Harmonies of #A0AE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE37

Black with #A0AE37

Text Example


Text Example

White with #A0AE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE37; }

 p { color: rgb(160,174,55); }

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

background-color css

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

 a { background-color: rgb(160,174,55); }

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

border-color css

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

 span { border-color: rgb(160,174,55); }

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