Html Css Color HEX #A0C22B Yellow Green

📋 copy color: '#A0C22B'

red 160 ◦ green 194 ◦ blue 43

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

Shades of Yellow Green #A0C22B

Tints of Yellow Green #A0C22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.87%

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 40.3%
G = 48.87%
B = 10.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A0C22B (or 0xA0C22B) is known color: Yellow Green. HEX triplet: A0, C2 and 2B. RGB value is (160,194,43). Sum of RGB (Red+Green+Blue) = 160+194+43=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C22B is #5F3DD4. Grayscale: #A7A7A7. Windows color (decimal): -6241749 or 2867872. OLE color: 2867872.

HSL color Cylindrical-coordinate representation of color #A0C22B: hue angle of 73.51º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0C22B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 43 -
CMYK 0.18 0 0.78 0.24
HSL 73.51º 0.64% 0.46% -
HSV(B) 73.51º 0.78% 0.76% -
XYZ 34.23 46.23 9.41 -
YUV 166.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 160 194 43 0.18 0 0.78 0.24 73.51 0.64 0.46
Hex A0 C2 2B 12 0 4E 18 4A 40 2E
Octal 240 302 53 22 0 116 30 112 100 56
Binary 10100000 11000010 101011 10010 0 1001110 11000 1001010 1000000 101110

Color Harmonies of #A0C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C22B

Black with #A0C22B

Text Example


Text Example

White with #A0C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C22B; }

 p { color: rgb(160,194,43); }

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

background-color css

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

 a { background-color: rgb(160,194,43); }

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

border-color css

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

 span { border-color: rgb(160,194,43); }

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