Html Css Color HEX #AADA0F Inch Worm

📋 copy color: '#AADA0F'

red 170 ◦ green 218 ◦ blue 15

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

Shades of Inch Worm #AADA0F

Tints of Inch Worm #AADA0F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.09%

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

R = 42.18%
G = 54.09%
B = 3.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#AADA0F (or 0xAADA0F) is known color: Inch Worm. HEX triplet: AA, DA and 0F. RGB value is (170,218,15). Sum of RGB (Red+Green+Blue) = 170+218+15=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA0F is #5525F0. Grayscale: #B5B5B5. Windows color (decimal): -5580273 or 1039018. OLE color: 1039018.

HSL color Cylindrical-coordinate representation of color #AADA0F: hue angle of 74.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AADA0F is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 15 -
CMYK 0.22 0 0.93 0.15
HSL 74.19º 0.87% 0.46% -
HSV(B) 74.19º 0.93% 0.85% -
XYZ 41.74 58.72 9.59 -
YUV 180.51 34.6 120.51 -
System Red Green Blue C M Y K H S L
Decimal 170 218 15 0.22 0 0.93 0.15 74.19 0.87 0.46
Hex AA DA F 16 0 5D F 4A 57 2E
Octal 252 332 17 26 0 135 17 112 127 56
Binary 10101010 11011010 1111 10110 0 1011101 1111 1001010 1010111 101110

Color Harmonies of #AADA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA0F

Black with #AADA0F

Text Example


Text Example

White with #AADA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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