Html Css Color HEX #AAF113 Inch Worm

📋 copy color: '#AAF113'

red 170 ◦ green 241 ◦ blue 19

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

Shades of Inch Worm #AAF113

Tints of Inch Worm #AAF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.05%

 BLUE value IS 19 (7.81% from 255) = 4.42%

R = 39.53%
G = 56.05%
B = 4.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#AAF113 (or 0xAAF113) is known color: Inch Worm. HEX triplet: AA, F1 and 13. RGB value is (170,241,19). Sum of RGB (Red+Green+Blue) = 170+241+19=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF113 is #550EEC. Grayscale: #C3C3C3. Windows color (decimal): -5574381 or 1307050. OLE color: 1307050.

HSL color Cylindrical-coordinate representation of color #AAF113: hue angle of 79.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAF113 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 19 -
CMYK 0.29 0 0.92 0.05
HSL 79.19º 0.89% 0.51% -
HSV(B) 79.19º 0.92% 0.95% -
XYZ 48.15 71.5 11.88 -
YUV 194.46 28.98 110.55 -
System Red Green Blue C M Y K H S L
Decimal 170 241 19 0.29 0 0.92 0.05 79.19 0.89 0.51
Hex AA F1 13 1D 0 5C 5 4F 59 33
Octal 252 361 23 35 0 134 5 117 131 63
Binary 10101010 11110001 10011 11101 0 1011100 101 1001111 1011001 110011

Color Harmonies of #AAF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF113

Black with #AAF113

Text Example


Text Example

White with #AAF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF113; }

 p { color: rgb(170,241,19); }

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

background-color css

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

 a { background-color: rgb(170,241,19); }

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

border-color css

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

 span { border-color: rgb(170,241,19); }

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