Html Css Color HEX #AAD415 Inch Worm

📋 copy color: '#AAD415'

red 170 ◦ green 212 ◦ blue 21

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

Shades of Inch Worm #AAD415

Tints of Inch Worm #AAD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.61%

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

R = 42.18%
G = 52.61%
B = 5.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#AAD415 (or 0xAAD415) is known color: Inch Worm. HEX triplet: AA, D4 and 15. RGB value is (170,212,21). Sum of RGB (Red+Green+Blue) = 170+212+21=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD415 is #552BEA. Grayscale: #B2B2B2. Windows color (decimal): -5581803 or 1430698. OLE color: 1430698.

HSL color Cylindrical-coordinate representation of color #AAD415: hue angle of 73.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD415 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 21 -
CMYK 0.20 0 0.90 0.17
HSL 73.19º 0.82% 0.46% -
HSV(B) 73.19º 0.9% 0.83% -
XYZ 40.26 55.69 9.34 -
YUV 177.67 39.59 122.53 -
System Red Green Blue C M Y K H S L
Decimal 170 212 21 0.20 0 0.90 0.17 73.19 0.82 0.46
Hex AA D4 15 14 0 5A 11 49 52 2E
Octal 252 324 25 24 0 132 21 111 122 56
Binary 10101010 11010100 10101 10100 0 1011010 10001 1001001 1010010 101110

Color Harmonies of #AAD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD415

Black with #AAD415

Text Example


Text Example

White with #AAD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD415; }

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

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

background-color css

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

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

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

border-color css

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

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

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