Html Css Color HEX #A1D028 Yellow Green

📋 copy color: '#A1D028'

red 161 ◦ green 208 ◦ blue 40

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

Shades of Yellow Green #A1D028

Tints of Yellow Green #A1D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 39.36%
G = 50.86%
B = 9.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#A1D028 (or 0xA1D028) is known color: Yellow Green. HEX triplet: A1, D0 and 28. RGB value is (161,208,40). Sum of RGB (Red+Green+Blue) = 161+208+40=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D028 is #5E2FD7. Grayscale: #AFAFAF. Windows color (decimal): -6172632 or 2674849. OLE color: 2674849.

HSL color Cylindrical-coordinate representation of color #A1D028: hue angle of 76.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1D028 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 208 40 -
CMYK 0.23 0 0.81 0.18
HSL 76.79º 0.68% 0.49% -
HSV(B) 76.79º 0.81% 0.82% -
XYZ 37.64 52.84 10.22 -
YUV 174.8 51.93 118.16 -
System Red Green Blue C M Y K H S L
Decimal 161 208 40 0.23 0 0.81 0.18 76.79 0.68 0.49
Hex A1 D0 28 17 0 51 12 4D 44 31
Octal 241 320 50 27 0 121 22 115 104 61
Binary 10100001 11010000 101000 10111 0 1010001 10010 1001101 1000100 110001

Color Harmonies of #A1D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D028

Black with #A1D028

Text Example


Text Example

White with #A1D028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D028; }

 p { color: rgb(161,208,40); }

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

background-color css

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

 a { background-color: rgb(161,208,40); }

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

border-color css

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

 span { border-color: rgb(161,208,40); }

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