Html Css Color HEX #A1D134 Yellow Green

📋 copy color: '#A1D134'

red 161 ◦ green 209 ◦ blue 52

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

Shades of Yellow Green #A1D134

Tints of Yellow Green #A1D134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.53%

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 38.15%
G = 49.53%
B = 12.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#A1D134 (or 0xA1D134) is known color: Yellow Green. HEX triplet: A1, D1 and 34. RGB value is (161,209,52). Sum of RGB (Red+Green+Blue) = 161+209+52=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D134 is #5E2ECB. Grayscale: #B1B1B1. Windows color (decimal): -6172364 or 3461537. OLE color: 3461537.

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

Color convert

RGB 161 209 52 -
CMYK 0.23 0 0.75 0.18
HSL 78.34º 0.63% 0.51% -
HSV(B) 78.34º 0.75% 0.82% -
XYZ 38.12 53.43 11.55 -
YUV 176.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 161 209 52 0.23 0 0.75 0.18 78.34 0.63 0.51
Hex A1 D1 34 17 0 4B 12 4E 3F 33
Octal 241 321 64 27 0 113 22 116 77 63
Binary 10100001 11010001 110100 10111 0 1001011 10010 1001110 111111 110011

Color Harmonies of #A1D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D134

Black with #A1D134

Text Example


Text Example

White with #A1D134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D134; }

 p { color: rgb(161,209,52); }

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

background-color css

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

 a { background-color: rgb(161,209,52); }

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

border-color css

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

 span { border-color: rgb(161,209,52); }

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