Html Css Color HEX #AAD102 Inch Worm

📋 copy color: '#AAD102'

red 170 ◦ green 209 ◦ blue 2

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

Shades of Inch Worm #AAD102

Tints of Inch Worm #AAD102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.86%

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

R = 44.62%
G = 54.86%
B = 0.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#AAD102 (or 0xAAD102) is known color: Inch Worm. HEX triplet: AA, D1 and 02. RGB value is (170,209,2). Sum of RGB (Red+Green+Blue) = 170+209+2=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD102 is #552EFD. Grayscale: #AEAEAE. Windows color (decimal): -5582590 or 184746. OLE color: 184746.

HSL color Cylindrical-coordinate representation of color #AAD102: hue angle of 71.3º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAD102 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 2 -
CMYK 0.19 0 0.99 0.18
HSL 71.3º 0.98% 0.41% -
HSV(B) 71.3º 0.99% 0.82% -
XYZ 39.39 54.15 8.43 -
YUV 173.74 31.08 125.33 -
System Red Green Blue C M Y K H S L
Decimal 170 209 2 0.19 0 0.99 0.18 71.3 0.98 0.41
Hex AA D1 2 13 0 63 12 47 62 29
Octal 252 321 2 23 0 143 22 107 142 51
Binary 10101010 11010001 10 10011 0 1100011 10010 1000111 1100010 101001

Color Harmonies of #AAD102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD102

Black with #AAD102

Text Example


Text Example

White with #AAD102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD102; }

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

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

background-color css

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

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

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

border-color css

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

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

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