Html Css Color HEX #A0C036 Yellow Green

📋 copy color: '#A0C036'

red 160 ◦ green 192 ◦ blue 54

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

Shades of Yellow Green #A0C036

Tints of Yellow Green #A0C036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

 BLUE value IS 54 (21.48% from 255) = 13.3%

R = 39.41%
G = 47.29%
B = 13.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#A0C036 (or 0xA0C036) is known color: Yellow Green. HEX triplet: A0, C0 and 36. RGB value is (160,192,54). Sum of RGB (Red+Green+Blue) = 160+192+54=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C036 is #5F3FC9. Grayscale: #A7A7A7. Windows color (decimal): -6242250 or 3588256. OLE color: 3588256.

HSL color Cylindrical-coordinate representation of color #A0C036: hue angle of 73.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0C036 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 54 -
CMYK 0.17 0 0.72 0.25
HSL 73.91º 0.56% 0.48% -
HSV(B) 73.91º 0.72% 0.75% -
XYZ 34.01 45.44 10.47 -
YUV 166.7 64.4 123.22 -
System Red Green Blue C M Y K H S L
Decimal 160 192 54 0.17 0 0.72 0.25 73.91 0.56 0.48
Hex A0 C0 36 11 0 48 19 4A 38 30
Octal 240 300 66 21 0 110 31 112 70 60
Binary 10100000 11000000 110110 10001 0 1001000 11001 1001010 111000 110000

Color Harmonies of #A0C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C036

Black with #A0C036

Text Example


Text Example

White with #A0C036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C036; }

 p { color: rgb(160,192,54); }

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

background-color css

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

 a { background-color: rgb(160,192,54); }

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

border-color css

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

 span { border-color: rgb(160,192,54); }

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