Html Css Color HEX #AADD03 Inch Worm

📋 copy color: '#AADD03'

red 170 ◦ green 221 ◦ blue 3

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

Shades of Inch Worm #AADD03

Tints of Inch Worm #AADD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 43.15%
G = 56.09%
B = 0.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#AADD03 (or 0xAADD03) is known color: Inch Worm. HEX triplet: AA, DD and 03. RGB value is (170,221,3). Sum of RGB (Red+Green+Blue) = 170+221+3=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD03 is #5522FC. Grayscale: #B5B5B5. Windows color (decimal): -5579517 or 253354. OLE color: 253354.

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

Color convert

RGB 170 221 3 -
CMYK 0.23 0 0.99 0.13
HSL 74.04º 0.97% 0.44% -
HSV(B) 74.04º 0.99% 0.87% -
XYZ 42.45 60.27 9.48 -
YUV 180.9 27.6 120.23 -
System Red Green Blue C M Y K H S L
Decimal 170 221 3 0.23 0 0.99 0.13 74.04 0.97 0.44
Hex AA DD 3 17 0 63 D 4A 61 2C
Octal 252 335 3 27 0 143 15 112 141 54
Binary 10101010 11011101 11 10111 0 1100011 1101 1001010 1100001 101100

Color Harmonies of #AADD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD03

Black with #AADD03

Text Example


Text Example

White with #AADD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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