Html Css Color HEX #A1D526 Yellow Green

📋 copy color: '#A1D526'

red 161 ◦ green 213 ◦ blue 38

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

Shades of Yellow Green #A1D526

Tints of Yellow Green #A1D526

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.7%

 BLUE value IS 38 (15.23% from 255) = 9.22%

R = 39.08%
G = 51.7%
B = 9.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#A1D526 (or 0xA1D526) is known color: Yellow Green. HEX triplet: A1, D5 and 26. RGB value is (161,213,38). Sum of RGB (Red+Green+Blue) = 161+213+38=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D526 is #5E2AD9. Grayscale: #B2B2B2. Windows color (decimal): -6171354 or 2545057. OLE color: 2545057.

HSL color Cylindrical-coordinate representation of color #A1D526: hue angle of 77.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1D526 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 38 -
CMYK 0.24 0 0.82 0.16
HSL 77.83º 0.7% 0.49% -
HSV(B) 77.83º 0.82% 0.84% -
XYZ 38.84 55.31 10.46 -
YUV 177.5 49.27 116.23 -
System Red Green Blue C M Y K H S L
Decimal 161 213 38 0.24 0 0.82 0.16 77.83 0.7 0.49
Hex A1 D5 26 18 0 52 10 4E 46 31
Octal 241 325 46 30 0 122 20 116 106 61
Binary 10100001 11010101 100110 11000 0 1010010 10000 1001110 1000110 110001

Color Harmonies of #A1D526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D526

Black with #A1D526

Text Example


Text Example

White with #A1D526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D526; }

 p { color: rgb(161,213,38); }

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

background-color css

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

 a { background-color: rgb(161,213,38); }

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

border-color css

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

 span { border-color: rgb(161,213,38); }

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