Html Css Color HEX #AAF10F Inch Worm

📋 copy color: '#AAF10F'

red 170 ◦ green 241 ◦ blue 15

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

Shades of Inch Worm #AAF10F

Tints of Inch Worm #AAF10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 39.91%
G = 56.57%
B = 3.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#AAF10F (or 0xAAF10F) is known color: Inch Worm. HEX triplet: AA, F1 and 0F. RGB value is (170,241,15). Sum of RGB (Red+Green+Blue) = 170+241+15=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF10F is #550EF0. Grayscale: #C2C2C2. Windows color (decimal): -5574385 or 1044906. OLE color: 1044906.

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

Color convert

RGB 170 241 15 -
CMYK 0.29 0 0.94 0.05
HSL 78.85º 0.89% 0.5% -
HSV(B) 78.85º 0.94% 0.95% -
XYZ 48.12 71.49 11.71 -
YUV 194.01 26.98 110.88 -
System Red Green Blue C M Y K H S L
Decimal 170 241 15 0.29 0 0.94 0.05 78.85 0.89 0.5
Hex AA F1 F 1D 0 5E 5 4F 59 32
Octal 252 361 17 35 0 136 5 117 131 62
Binary 10101010 11110001 1111 11101 0 1011110 101 1001111 1011001 110010

Color Harmonies of #AAF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF10F

Black with #AAF10F

Text Example


Text Example

White with #AAF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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