Html Css Color HEX #AADD22 Inch Worm

📋 copy color: '#AADD22'

red 170 ◦ green 221 ◦ blue 34

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

Shades of Inch Worm #AADD22

Tints of Inch Worm #AADD22

RGB

 RED value IS 170 (66.8% from 255) = 40%

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

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

R = 40%
G = 52%
B = 8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#AADD22 (or 0xAADD22) is known color: Inch Worm. HEX triplet: AA, DD and 22. RGB value is (170,221,34). Sum of RGB (Red+Green+Blue) = 170+221+34=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD22 is #5522DD. Grayscale: #B9B9B9. Windows color (decimal): -5579486 or 2284970. OLE color: 2284970.

HSL color Cylindrical-coordinate representation of color #AADD22: hue angle of 76.36º 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 #AADD22 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 34 -
CMYK 0.23 0 0.85 0.13
HSL 76.36º 0.73% 0.5% -
HSV(B) 76.36º 0.85% 0.87% -
XYZ 42.72 60.37 10.92 -
YUV 184.43 43.1 117.71 -
System Red Green Blue C M Y K H S L
Decimal 170 221 34 0.23 0 0.85 0.13 76.36 0.73 0.5
Hex AA DD 22 17 0 55 D 4C 49 32
Octal 252 335 42 27 0 125 15 114 111 62
Binary 10101010 11011101 100010 10111 0 1010101 1101 1001100 1001001 110010

Color Harmonies of #AADD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD22

Black with #AADD22

Text Example


Text Example

White with #AADD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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