Html Css Color HEX #AAF619 Inch Worm

📋 copy color: '#AAF619'

red 170 ◦ green 246 ◦ blue 25

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

Shades of Inch Worm #AAF619

Tints of Inch Worm #AAF619

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.78%

 BLUE value IS 25 (10.16% from 255) = 5.67%

R = 38.55%
G = 55.78%
B = 5.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#AAF619 (or 0xAAF619) is known color: Inch Worm. HEX triplet: AA, F6 and 19. RGB value is (170,246,25). Sum of RGB (Red+Green+Blue) = 170+246+25=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF619 is #5509E6. Grayscale: #C6C6C6. Windows color (decimal): -5573095 or 1701546. OLE color: 1701546.

HSL color Cylindrical-coordinate representation of color #AAF619: hue angle of 80.63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF619 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 25 -
CMYK 0.31 0 0.90 0.04
HSL 80.63º 0.92% 0.53% -
HSV(B) 80.63º 0.9% 0.96% -
XYZ 49.71 74.53 12.69 -
YUV 198.08 30.32 107.97 -
System Red Green Blue C M Y K H S L
Decimal 170 246 25 0.31 0 0.90 0.04 80.63 0.92 0.53
Hex AA F6 19 1F 0 5A 4 51 5C 35
Octal 252 366 31 37 0 132 4 121 134 65
Binary 10101010 11110110 11001 11111 0 1011010 100 1010001 1011100 110101

Color Harmonies of #AAF619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF619

Black with #AAF619

Text Example


Text Example

White with #AAF619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF619; }

 p { color: rgb(170,246,25); }

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

background-color css

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

 a { background-color: rgb(170,246,25); }

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

border-color css

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

 span { border-color: rgb(170,246,25); }

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