Html Css Color HEX #A0C731 Yellow Green

📋 copy color: '#A0C731'

red 160 ◦ green 199 ◦ blue 49

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

Shades of Yellow Green #A0C731

Tints of Yellow Green #A0C731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.01%

R = 39.22%
G = 48.77%
B = 12.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#A0C731 (or 0xA0C731) is known color: Yellow Green. HEX triplet: A0, C7 and 31. RGB value is (160,199,49). Sum of RGB (Red+Green+Blue) = 160+199+49=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C731 is #5F38CE. Grayscale: #AAAAAA. Windows color (decimal): -6240463 or 3262368. OLE color: 3262368.

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

Color convert

RGB 160 199 49 -
CMYK 0.20 0 0.75 0.22
HSL 75.6º 0.6% 0.49% -
HSV(B) 75.6º 0.75% 0.78% -
XYZ 35.48 48.54 10.41 -
YUV 170.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 160 199 49 0.20 0 0.75 0.22 75.6 0.6 0.49
Hex A0 C7 31 14 0 4B 16 4C 3C 31
Octal 240 307 61 24 0 113 26 114 74 61
Binary 10100000 11000111 110001 10100 0 1001011 10110 1001100 111100 110001

Color Harmonies of #A0C731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C731

Black with #A0C731

Text Example


Text Example

White with #A0C731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C731; }

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

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

background-color css

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

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

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

border-color css

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

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

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