Html Css Color HEX #AAD114 Inch Worm

📋 copy color: '#AAD114'

red 170 ◦ green 209 ◦ blue 20

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

Shades of Inch Worm #AAD114

Tints of Inch Worm #AAD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.38%

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 42.61%
G = 52.38%
B = 5.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#AAD114 (or 0xAAD114) is known color: Inch Worm. HEX triplet: AA, D1 and 14. RGB value is (170,209,20). Sum of RGB (Red+Green+Blue) = 170+209+20=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD114 is #552EEB. Grayscale: #B0B0B0. Windows color (decimal): -5582572 or 1364394. OLE color: 1364394.

HSL color Cylindrical-coordinate representation of color #AAD114: hue angle of 72.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD114 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 20 -
CMYK 0.19 0 0.90 0.18
HSL 72.38º 0.83% 0.45% -
HSV(B) 72.38º 0.9% 0.82% -
XYZ 39.5 54.2 9.04 -
YUV 175.79 40.08 123.87 -
System Red Green Blue C M Y K H S L
Decimal 170 209 20 0.19 0 0.90 0.18 72.38 0.83 0.45
Hex AA D1 14 13 0 5A 12 48 53 2D
Octal 252 321 24 23 0 132 22 110 123 55
Binary 10101010 11010001 10100 10011 0 1011010 10010 1001000 1010011 101101

Color Harmonies of #AAD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD114

Black with #AAD114

Text Example


Text Example

White with #AAD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD114; }

 p { color: rgb(170,209,20); }

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

background-color css

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

 a { background-color: rgb(170,209,20); }

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

border-color css

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

 span { border-color: rgb(170,209,20); }

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