Html Css Color HEX #A1DA2A Yellow Green

📋 copy color: '#A1DA2A'

red 161 ◦ green 218 ◦ blue 42

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

Shades of Yellow Green #A1DA2A

Tints of Yellow Green #A1DA2A

RGB

 RED value IS 161 (63.28% from 255) = 38.24%

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

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

R = 38.24%
G = 51.78%
B = 9.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#A1DA2A (or 0xA1DA2A) is known color: Yellow Green. HEX triplet: A1, DA and 2A. RGB value is (161,218,42). Sum of RGB (Red+Green+Blue) = 161+218+42=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA2A is #5E25D5. Grayscale: #B5B5B5. Windows color (decimal): -6170070 or 2808481. OLE color: 2808481.

HSL color Cylindrical-coordinate representation of color #A1DA2A: hue angle of 79.43º degrees, saturation: 0.7, 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 #A1DA2A is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 42 -
CMYK 0.26 0 0.81 0.15
HSL 79.43º 0.7% 0.51% -
HSV(B) 79.43º 0.81% 0.85% -
XYZ 40.19 57.89 11.25 -
YUV 180.89 49.62 113.81 -
System Red Green Blue C M Y K H S L
Decimal 161 218 42 0.26 0 0.81 0.15 79.43 0.7 0.51
Hex A1 DA 2A 1A 0 51 F 4F 46 33
Octal 241 332 52 32 0 121 17 117 106 63
Binary 10100001 11011010 101010 11010 0 1010001 1111 1001111 1000110 110011

Color Harmonies of #A1DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DA2A

Black with #A1DA2A

Text Example


Text Example

White with #A1DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DA2A; }

 p { color: rgb(161,218,42); }

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

background-color css

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

 a { background-color: rgb(161,218,42); }

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

border-color css

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

 span { border-color: rgb(161,218,42); }

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