Html Css Color HEX #A1DD22 Inch Worm

📋 copy color: '#A1DD22'

red 161 ◦ green 221 ◦ blue 34

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

Shades of Inch Worm #A1DD22

Tints of Inch Worm #A1DD22

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 38.7%
G = 53.13%
B = 8.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#A1DD22 (or 0xA1DD22) is known color: Inch Worm. HEX triplet: A1, DD and 22. RGB value is (161,221,34). Sum of RGB (Red+Green+Blue) = 161+221+34=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD22 is #5E22DD. Grayscale: #B6B6B6. Windows color (decimal): -6169310 or 2284961. OLE color: 2284961.

HSL color Cylindrical-coordinate representation of color #A1DD22: hue angle of 79.25º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1DD22 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 34 -
CMYK 0.27 0 0.85 0.13
HSL 79.25º 0.73% 0.5% -
HSV(B) 79.25º 0.85% 0.87% -
XYZ 40.84 59.41 10.83 -
YUV 181.74 44.62 113.21 -
System Red Green Blue C M Y K H S L
Decimal 161 221 34 0.27 0 0.85 0.13 79.25 0.73 0.5
Hex A1 DD 22 1B 0 55 D 4F 49 32
Octal 241 335 42 33 0 125 15 117 111 62
Binary 10100001 11011101 100010 11011 0 1010101 1101 1001111 1001001 110010

Color Harmonies of #A1DD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD22

Black with #A1DD22

Text Example


Text Example

White with #A1DD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD22; }

 p { color: rgb(161,221,34); }

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

background-color css

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

 a { background-color: rgb(161,221,34); }

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

border-color css

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

 span { border-color: rgb(161,221,34); }

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