Html Css Color HEX #AAD60A Inch Worm

📋 copy color: '#AAD60A'

red 170 ◦ green 214 ◦ blue 10

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

Shades of Inch Worm #AAD60A

Tints of Inch Worm #AAD60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.31%

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 43.15%
G = 54.31%
B = 2.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#AAD60A (or 0xAAD60A) is known color: Inch Worm. HEX triplet: AA, D6 and 0A. RGB value is (170,214,10). Sum of RGB (Red+Green+Blue) = 170+214+10=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD60A is #5529F5. Grayscale: #B2B2B2. Windows color (decimal): -5581302 or 710314. OLE color: 710314.

HSL color Cylindrical-coordinate representation of color #AAD60A: hue angle of 72.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAD60A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 10 -
CMYK 0.21 0 0.95 0.16
HSL 72.94º 0.91% 0.44% -
HSV(B) 72.94º 0.95% 0.84% -
XYZ 40.68 56.66 9.08 -
YUV 177.59 33.42 122.59 -
System Red Green Blue C M Y K H S L
Decimal 170 214 10 0.21 0 0.95 0.16 72.94 0.91 0.44
Hex AA D6 A 15 0 5F 10 49 5B 2C
Octal 252 326 12 25 0 137 20 111 133 54
Binary 10101010 11010110 1010 10101 0 1011111 10000 1001001 1011011 101100

Color Harmonies of #AAD60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD60A

Black with #AAD60A

Text Example


Text Example

White with #AAD60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD60A; }

 p { color: rgb(170,214,10); }

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

background-color css

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

 a { background-color: rgb(170,214,10); }

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

border-color css

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

 span { border-color: rgb(170,214,10); }

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