Html Css Color HEX #AADA15 Inch Worm

📋 copy color: '#AADA15'

red 170 ◦ green 218 ◦ blue 21

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

Shades of Inch Worm #AADA15

Tints of Inch Worm #AADA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 41.56%
G = 53.3%
B = 5.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#AADA15 (or 0xAADA15) is known color: Inch Worm. HEX triplet: AA, DA and 15. RGB value is (170,218,21). Sum of RGB (Red+Green+Blue) = 170+218+21=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA15 is #5525EA. Grayscale: #B5B5B5. Windows color (decimal): -5580267 or 1432234. OLE color: 1432234.

HSL color Cylindrical-coordinate representation of color #AADA15: hue angle of 74.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AADA15 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 21 -
CMYK 0.22 0 0.90 0.15
HSL 74.62º 0.82% 0.47% -
HSV(B) 74.62º 0.9% 0.85% -
XYZ 41.78 58.74 9.85 -
YUV 181.19 37.6 120.02 -
System Red Green Blue C M Y K H S L
Decimal 170 218 21 0.22 0 0.90 0.15 74.62 0.82 0.47
Hex AA DA 15 16 0 5A F 4B 52 2F
Octal 252 332 25 26 0 132 17 113 122 57
Binary 10101010 11011010 10101 10110 0 1011010 1111 1001011 1010010 101111

Color Harmonies of #AADA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA15

Black with #AADA15

Text Example


Text Example

White with #AADA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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