Html Css Color HEX #AAD402 Inch Worm

📋 copy color: '#AAD402'

red 170 ◦ green 212 ◦ blue 2

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

Shades of Inch Worm #AAD402

Tints of Inch Worm #AAD402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.21%

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

R = 44.27%
G = 55.21%
B = 0.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#AAD402 (or 0xAAD402) is known color: Inch Worm. HEX triplet: AA, D4 and 02. RGB value is (170,212,2). Sum of RGB (Red+Green+Blue) = 170+212+2=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD402 is #552BFD. Grayscale: #B0B0B0. Windows color (decimal): -5581822 or 185514. OLE color: 185514.

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

Color convert

RGB 170 212 2 -
CMYK 0.20 0 0.99 0.17
HSL 72º 0.98% 0.42% -
HSV(B) 72º 0.99% 0.83% -
XYZ 40.13 55.64 8.68 -
YUV 175.5 30.09 124.08 -
System Red Green Blue C M Y K H S L
Decimal 170 212 2 0.20 0 0.99 0.17 72 0.98 0.42
Hex AA D4 2 14 0 63 11 48 62 2A
Octal 252 324 2 24 0 143 21 110 142 52
Binary 10101010 11010100 10 10100 0 1100011 10001 1001000 1100010 101010

Color Harmonies of #AAD402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD402

Black with #AAD402

Text Example


Text Example

White with #AAD402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD402; }

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

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

background-color css

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

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

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

border-color css

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

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

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