Html Css Color HEX #AAD502 Inch Worm

📋 copy color: '#AAD502'

red 170 ◦ green 213 ◦ blue 2

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

Shades of Inch Worm #AAD502

Tints of Inch Worm #AAD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.32%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 44.16%
G = 55.32%
B = 0.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#AAD502 (or 0xAAD502) is known color: Inch Worm. HEX triplet: AA, D5 and 02. RGB value is (170,213,2). Sum of RGB (Red+Green+Blue) = 170+213+2=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD502 is #552AFD. Grayscale: #B0B0B0. Windows color (decimal): -5581566 or 185770. OLE color: 185770.

HSL color Cylindrical-coordinate representation of color #AAD502: hue angle of 72.23º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAD502 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 2 -
CMYK 0.20 0 0.99 0.16
HSL 72.23º 0.98% 0.42% -
HSV(B) 72.23º 0.99% 0.84% -
XYZ 40.38 56.14 8.76 -
YUV 176.09 29.75 123.66 -
System Red Green Blue C M Y K H S L
Decimal 170 213 2 0.20 0 0.99 0.16 72.23 0.98 0.42
Hex AA D5 2 14 0 63 10 48 62 2A
Octal 252 325 2 24 0 143 20 110 142 52
Binary 10101010 11010101 10 10100 0 1100011 10000 1001000 1100010 101010

Color Harmonies of #AAD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD502

Black with #AAD502

Text Example


Text Example

White with #AAD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD502; }

 p { color: rgb(170,213,2); }

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

background-color css

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

 a { background-color: rgb(170,213,2); }

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

border-color css

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

 span { border-color: rgb(170,213,2); }

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