Html Css Color HEX #AAD30C Inch Worm

📋 copy color: '#AAD30C'

red 170 ◦ green 211 ◦ blue 12

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

Shades of Inch Worm #AAD30C

Tints of Inch Worm #AAD30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 43.26%
G = 53.69%
B = 3.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#AAD30C (or 0xAAD30C) is known color: Inch Worm. HEX triplet: AA, D3 and 0C. RGB value is (170,211,12). Sum of RGB (Red+Green+Blue) = 170+211+12=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD30C is #552CF3. Grayscale: #B0B0B0. Windows color (decimal): -5582068 or 840618. OLE color: 840618.

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

Color convert

RGB 170 211 12 -
CMYK 0.19 0 0.94 0.17
HSL 72.36º 0.89% 0.44% -
HSV(B) 72.36º 0.94% 0.83% -
XYZ 39.94 55.16 8.89 -
YUV 176.06 35.42 123.68 -
System Red Green Blue C M Y K H S L
Decimal 170 211 12 0.19 0 0.94 0.17 72.36 0.89 0.44
Hex AA D3 C 13 0 5E 11 48 59 2C
Octal 252 323 14 23 0 136 21 110 131 54
Binary 10101010 11010011 1100 10011 0 1011110 10001 1001000 1011001 101100

Color Harmonies of #AAD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD30C

Black with #AAD30C

Text Example


Text Example

White with #AAD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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