Html Css Color HEX #AAF313 Inch Worm

📋 copy color: '#AAF313'

red 170 ◦ green 243 ◦ blue 19

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

Shades of Inch Worm #AAF313

Tints of Inch Worm #AAF313

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.25%

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

R = 39.35%
G = 56.25%
B = 4.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#AAF313 (or 0xAAF313) is known color: Inch Worm. HEX triplet: AA, F3 and 13. RGB value is (170,243,19). Sum of RGB (Red+Green+Blue) = 170+243+19=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF313 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF313 is #550CEC. Grayscale: #C4C4C4. Windows color (decimal): -5573869 or 1307562. OLE color: 1307562.

HSL color Cylindrical-coordinate representation of color #AAF313: hue angle of 79.55º degrees, saturation: 0.9, 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 #AAF313 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 19 -
CMYK 0.30 0 0.92 0.05
HSL 79.55º 0.9% 0.51% -
HSV(B) 79.55º 0.92% 0.95% -
XYZ 48.75 72.69 12.08 -
YUV 195.64 28.32 109.71 -
System Red Green Blue C M Y K H S L
Decimal 170 243 19 0.30 0 0.92 0.05 79.55 0.9 0.51
Hex AA F3 13 1E 0 5C 5 50 5A 33
Octal 252 363 23 36 0 134 5 120 132 63
Binary 10101010 11110011 10011 11110 0 1011100 101 1010000 1011010 110011

Color Harmonies of #AAF313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF313

Black with #AAF313

Text Example


Text Example

White with #AAF313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF313; }

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

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

background-color css

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

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

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

border-color css

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

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

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