Html Css Color HEX #AAD60F Inch Worm

📋 copy color: '#AAD60F'

red 170 ◦ green 214 ◦ blue 15

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

Shades of Inch Worm #AAD60F

Tints of Inch Worm #AAD60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 42.61%
G = 53.63%
B = 3.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#AAD60F (or 0xAAD60F) is known color: Inch Worm. HEX triplet: AA, D6 and 0F. RGB value is (170,214,15). Sum of RGB (Red+Green+Blue) = 170+214+15=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD60F is #5529F0. Grayscale: #B2B2B2. Windows color (decimal): -5581297 or 1037994. OLE color: 1037994.

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

Color convert

RGB 170 214 15 -
CMYK 0.21 0 0.93 0.16
HSL 73.27º 0.87% 0.45% -
HSV(B) 73.27º 0.93% 0.84% -
XYZ 40.71 56.67 9.25 -
YUV 178.16 35.92 122.18 -
System Red Green Blue C M Y K H S L
Decimal 170 214 15 0.21 0 0.93 0.16 73.27 0.87 0.45
Hex AA D6 F 15 0 5D 10 49 57 2D
Octal 252 326 17 25 0 135 20 111 127 55
Binary 10101010 11010110 1111 10101 0 1011101 10000 1001001 1010111 101101

Color Harmonies of #AAD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD60F

Black with #AAD60F

Text Example


Text Example

White with #AAD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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