Html Css Color HEX #A1D030 Yellow Green

📋 copy color: '#A1D030'

red 161 ◦ green 208 ◦ blue 48

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

Shades of Yellow Green #A1D030

Tints of Yellow Green #A1D030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.51%

R = 38.61%
G = 49.88%
B = 11.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#A1D030 (or 0xA1D030) is known color: Yellow Green. HEX triplet: A1, D0 and 30. RGB value is (161,208,48). Sum of RGB (Red+Green+Blue) = 161+208+48=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D030 is #5E2FCF. Grayscale: #B0B0B0. Windows color (decimal): -6172624 or 3199137. OLE color: 3199137.

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

Color convert

RGB 161 208 48 -
CMYK 0.23 0 0.77 0.18
HSL 77.63º 0.63% 0.5% -
HSV(B) 77.63º 0.77% 0.82% -
XYZ 37.79 52.9 11.02 -
YUV 175.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 161 208 48 0.23 0 0.77 0.18 77.63 0.63 0.5
Hex A1 D0 30 17 0 4D 12 4E 3F 32
Octal 241 320 60 27 0 115 22 116 77 62
Binary 10100001 11010000 110000 10111 0 1001101 10010 1001110 111111 110010

Color Harmonies of #A1D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D030

Black with #A1D030

Text Example


Text Example

White with #A1D030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D030; }

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

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

background-color css

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

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

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

border-color css

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

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

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