Html Css Color HEX #AAD31E Inch Worm

📋 copy color: '#AAD31E'

red 170 ◦ green 211 ◦ blue 30

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

Shades of Inch Worm #AAD31E

Tints of Inch Worm #AAD31E

RGB

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

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

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

R = 41.36%
G = 51.34%
B = 7.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#AAD31E (or 0xAAD31E) is known color: Inch Worm. HEX triplet: AA, D3 and 1E. RGB value is (170,211,30). Sum of RGB (Red+Green+Blue) = 170+211+30=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD31E is #552CE1. Grayscale: #B2B2B2. Windows color (decimal): -5582050 or 2020266. OLE color: 2020266.

HSL color Cylindrical-coordinate representation of color #AAD31E: hue angle of 73.59º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAD31E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 30 -
CMYK 0.19 0 0.86 0.17
HSL 73.59º 0.75% 0.47% -
HSV(B) 73.59º 0.86% 0.83% -
XYZ 40.11 55.23 9.77 -
YUV 178.11 44.42 122.22 -
System Red Green Blue C M Y K H S L
Decimal 170 211 30 0.19 0 0.86 0.17 73.59 0.75 0.47
Hex AA D3 1E 13 0 56 11 4A 4B 2F
Octal 252 323 36 23 0 126 21 112 113 57
Binary 10101010 11010011 11110 10011 0 1010110 10001 1001010 1001011 101111

Color Harmonies of #AAD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD31E

Black with #AAD31E

Text Example


Text Example

White with #AAD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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