Html Css Color HEX #AADD25 Inch Worm

📋 copy color: '#AADD25'

red 170 ◦ green 221 ◦ blue 37

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

Shades of Inch Worm #AADD25

Tints of Inch Worm #AADD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.64%

R = 39.72%
G = 51.64%
B = 8.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#AADD25 (or 0xAADD25) is known color: Inch Worm. HEX triplet: AA, DD and 25. RGB value is (170,221,37). Sum of RGB (Red+Green+Blue) = 170+221+37=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD25 is #5522DA. Grayscale: #B9B9B9. Windows color (decimal): -5579483 or 2481578. OLE color: 2481578.

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

Color convert

RGB 170 221 37 -
CMYK 0.23 0 0.83 0.13
HSL 76.63º 0.73% 0.51% -
HSV(B) 76.63º 0.83% 0.87% -
XYZ 42.77 60.39 11.15 -
YUV 184.78 44.6 117.46 -
System Red Green Blue C M Y K H S L
Decimal 170 221 37 0.23 0 0.83 0.13 76.63 0.73 0.51
Hex AA DD 25 17 0 53 D 4D 49 33
Octal 252 335 45 27 0 123 15 115 111 63
Binary 10101010 11011101 100101 10111 0 1010011 1101 1001101 1001001 110011

Color Harmonies of #AADD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD25

Black with #AADD25

Text Example


Text Example

White with #AADD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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