Html Css Color HEX #AAD302 Inch Worm

📋 copy color: '#AAD302'

red 170 ◦ green 211 ◦ blue 2

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

Shades of Inch Worm #AAD302

Tints of Inch Worm #AAD302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.09%

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

R = 44.39%
G = 55.09%
B = 0.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#AAD302 (or 0xAAD302) is known color: Inch Worm. HEX triplet: AA, D3 and 02. RGB value is (170,211,2). Sum of RGB (Red+Green+Blue) = 170+211+2=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD302 is #552CFD. Grayscale: #AFAFAF. Windows color (decimal): -5582078 or 185258. OLE color: 185258.

HSL color Cylindrical-coordinate representation of color #AAD302: hue angle of 71.77º 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 #AAD302 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 2 -
CMYK 0.19 0 0.99 0.17
HSL 71.77º 0.98% 0.42% -
HSV(B) 71.77º 0.99% 0.83% -
XYZ 39.88 55.14 8.6 -
YUV 174.92 30.42 124.49 -
System Red Green Blue C M Y K H S L
Decimal 170 211 2 0.19 0 0.99 0.17 71.77 0.98 0.42
Hex AA D3 2 13 0 63 11 48 62 2A
Octal 252 323 2 23 0 143 21 110 142 52
Binary 10101010 11010011 10 10011 0 1100011 10001 1001000 1100010 101010

Color Harmonies of #AAD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD302

Black with #AAD302

Text Example


Text Example

White with #AAD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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