Html Css Color HEX #A0C82A Yellow Green

📋 copy color: '#A0C82A'

red 160 ◦ green 200 ◦ blue 42

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

Shades of Yellow Green #A0C82A

Tints of Yellow Green #A0C82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.75%

 BLUE value IS 42 (16.8% from 255) = 10.45%

R = 39.8%
G = 49.75%
B = 10.45%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#A0C82A (or 0xA0C82A) is known color: Yellow Green. HEX triplet: A0, C8 and 2A. RGB value is (160,200,42). Sum of RGB (Red+Green+Blue) = 160+200+42=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C82A is #5F37D5. Grayscale: #AAAAAA. Windows color (decimal): -6240214 or 2803872. OLE color: 2803872.

HSL color Cylindrical-coordinate representation of color #A0C82A: hue angle of 75.19º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0C82A is Cyan = 0.2, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 42 -
CMYK 0.2 0 0.79 0.22
HSL 75.19º 0.65% 0.47% -
HSV(B) 75.19º 0.79% 0.78% -
XYZ 35.57 48.95 9.76 -
YUV 170.03 55.75 120.85 -
System Red Green Blue C M Y K H S L
Decimal 160 200 42 0.2 0 0.79 0.22 75.19 0.65 0.47
Hex A0 C8 2A 14 0 4F 16 4B 41 2F
Octal 240 310 52 24 0 117 26 113 101 57
Binary 10100000 11001000 101010 10100 0 1001111 10110 1001011 1000001 101111

Color Harmonies of #A0C82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C82A

Black with #A0C82A

Text Example


Text Example

White with #A0C82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C82A; }

 p { color: rgb(160,200,42); }

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

background-color css

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

 a { background-color: rgb(160,200,42); }

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

border-color css

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

 span { border-color: rgb(160,200,42); }

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