Html Css Color HEX #A0DA29 Yellow Green

📋 copy color: '#A0DA29'

red 160 ◦ green 218 ◦ blue 41

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

Shades of Yellow Green #A0DA29

Tints of Yellow Green #A0DA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.03%

 BLUE value IS 41 (16.41% from 255) = 9.79%

R = 38.19%
G = 52.03%
B = 9.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#A0DA29 (or 0xA0DA29) is known color: Yellow Green. HEX triplet: A0, DA and 29. RGB value is (160,218,41). Sum of RGB (Red+Green+Blue) = 160+218+41=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA29 is #5F25D6. Grayscale: #B5B5B5. Windows color (decimal): -6235607 or 2742944. OLE color: 2742944.

HSL color Cylindrical-coordinate representation of color #A0DA29: hue angle of 79.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0DA29 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 41 -
CMYK 0.27 0 0.81 0.15
HSL 79.66º 0.71% 0.51% -
HSV(B) 79.66º 0.81% 0.85% -
XYZ 39.97 57.78 11.14 -
YUV 180.48 49.28 113.39 -
System Red Green Blue C M Y K H S L
Decimal 160 218 41 0.27 0 0.81 0.15 79.66 0.71 0.51
Hex A0 DA 29 1B 0 51 F 50 47 33
Octal 240 332 51 33 0 121 17 120 107 63
Binary 10100000 11011010 101001 11011 0 1010001 1111 1010000 1000111 110011

Color Harmonies of #A0DA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA29

Black with #A0DA29

Text Example


Text Example

White with #A0DA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA29; }

 p { color: rgb(160,218,41); }

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

background-color css

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

 a { background-color: rgb(160,218,41); }

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

border-color css

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

 span { border-color: rgb(160,218,41); }

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