Html Css Color HEX #AAD51E Inch Worm

📋 copy color: '#AAD51E'

red 170 ◦ green 213 ◦ blue 30

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

Shades of Inch Worm #AAD51E

Tints of Inch Worm #AAD51E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.57%

 BLUE value IS 30 (12.11% from 255) = 7.26%

R = 41.16%
G = 51.57%
B = 7.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#AAD51E (or 0xAAD51E) is known color: Inch Worm. HEX triplet: AA, D5 and 1E. RGB value is (170,213,30). Sum of RGB (Red+Green+Blue) = 170+213+30=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD51E is #552AE1. Grayscale: #B3B3B3. Windows color (decimal): -5581538 or 2020778. OLE color: 2020778.

HSL color Cylindrical-coordinate representation of color #AAD51E: hue angle of 74.1º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAD51E is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 30 -
CMYK 0.20 0 0.86 0.16
HSL 74.1º 0.75% 0.48% -
HSV(B) 74.1º 0.86% 0.84% -
XYZ 40.61 56.23 9.94 -
YUV 179.28 43.75 121.38 -
System Red Green Blue C M Y K H S L
Decimal 170 213 30 0.20 0 0.86 0.16 74.1 0.75 0.48
Hex AA D5 1E 14 0 56 10 4A 4B 30
Octal 252 325 36 24 0 126 20 112 113 60
Binary 10101010 11010101 11110 10100 0 1010110 10000 1001010 1001011 110000

Color Harmonies of #AAD51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD51E

Black with #AAD51E

Text Example


Text Example

White with #AAD51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD51E; }

 p { color: rgb(170,213,30); }

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

background-color css

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

 a { background-color: rgb(170,213,30); }

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

border-color css

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

 span { border-color: rgb(170,213,30); }

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