Html Css Color HEX #AAD413 Inch Worm

📋 copy color: '#AAD413'

red 170 ◦ green 212 ◦ blue 19

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

Shades of Inch Worm #AAD413

Tints of Inch Worm #AAD413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 42.39%
G = 52.87%
B = 4.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#AAD413 (or 0xAAD413) is known color: Inch Worm. HEX triplet: AA, D4 and 13. RGB value is (170,212,19). Sum of RGB (Red+Green+Blue) = 170+212+19=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD413 is #552BEC. Grayscale: #B2B2B2. Windows color (decimal): -5581805 or 1299626. OLE color: 1299626.

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

Color convert

RGB 170 212 19 -
CMYK 0.20 0 0.91 0.17
HSL 73.06º 0.84% 0.45% -
HSV(B) 73.06º 0.91% 0.83% -
XYZ 40.24 55.68 9.24 -
YUV 177.44 38.59 122.69 -
System Red Green Blue C M Y K H S L
Decimal 170 212 19 0.20 0 0.91 0.17 73.06 0.84 0.45
Hex AA D4 13 14 0 5B 11 49 54 2D
Octal 252 324 23 24 0 133 21 111 124 55
Binary 10101010 11010100 10011 10100 0 1011011 10001 1001001 1010100 101101

Color Harmonies of #AAD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD413

Black with #AAD413

Text Example


Text Example

White with #AAD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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