Html Css Color HEX #AAD218 Inch Worm

📋 copy color: '#AAD218'

red 170 ◦ green 210 ◦ blue 24

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

Shades of Inch Worm #AAD218

Tints of Inch Worm #AAD218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.98%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 42.08%
G = 51.98%
B = 5.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#AAD218 (or 0xAAD218) is known color: Inch Worm. HEX triplet: AA, D2 and 18. RGB value is (170,210,24). Sum of RGB (Red+Green+Blue) = 170+210+24=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD218 is #552DE7. Grayscale: #B1B1B1. Windows color (decimal): -5582312 or 1626794. OLE color: 1626794.

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

Color convert

RGB 170 210 24 -
CMYK 0.19 0 0.89 0.18
HSL 72.9º 0.79% 0.46% -
HSV(B) 72.9º 0.89% 0.82% -
XYZ 39.79 54.71 9.33 -
YUV 176.84 41.75 123.12 -
System Red Green Blue C M Y K H S L
Decimal 170 210 24 0.19 0 0.89 0.18 72.9 0.79 0.46
Hex AA D2 18 13 0 59 12 49 4F 2E
Octal 252 322 30 23 0 131 22 111 117 56
Binary 10101010 11010010 11000 10011 0 1011001 10010 1001001 1001111 101110

Color Harmonies of #AAD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD218

Black with #AAD218

Text Example


Text Example

White with #AAD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD218; }

 p { color: rgb(170,210,24); }

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

background-color css

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

 a { background-color: rgb(170,210,24); }

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

border-color css

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

 span { border-color: rgb(170,210,24); }

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