Html Css Color HEX #A0C72C Yellow Green

📋 copy color: '#A0C72C'

red 160 ◦ green 199 ◦ blue 44

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

Shades of Yellow Green #A0C72C

Tints of Yellow Green #A0C72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.38%

 BLUE value IS 44 (17.58% from 255) = 10.92%

R = 39.7%
G = 49.38%
B = 10.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#A0C72C (or 0xA0C72C) is known color: Yellow Green. HEX triplet: A0, C7 and 2C. RGB value is (160,199,44). Sum of RGB (Red+Green+Blue) = 160+199+44=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C72C is #5F38D3. Grayscale: #AAAAAA. Windows color (decimal): -6240468 or 2934688. OLE color: 2934688.

HSL color Cylindrical-coordinate representation of color #A0C72C: hue angle of 75.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C72C is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 199 44 -
CMYK 0.20 0 0.78 0.22
HSL 75.1º 0.64% 0.48% -
HSV(B) 75.1º 0.78% 0.78% -
XYZ 35.38 48.5 9.88 -
YUV 169.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 160 199 44 0.20 0 0.78 0.22 75.1 0.64 0.48
Hex A0 C7 2C 14 0 4E 16 4B 40 30
Octal 240 307 54 24 0 116 26 113 100 60
Binary 10100000 11000111 101100 10100 0 1001110 10110 1001011 1000000 110000

Color Harmonies of #A0C72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C72C

Black with #A0C72C

Text Example


Text Example

White with #A0C72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C72C; }

 p { color: rgb(160,199,44); }

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

background-color css

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

 a { background-color: rgb(160,199,44); }

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

border-color css

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

 span { border-color: rgb(160,199,44); }

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