Html Css Color HEX #AAF311 Inch Worm

📋 copy color: '#AAF311'

red 170 ◦ green 243 ◦ blue 17

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

Shades of Inch Worm #AAF311

Tints of Inch Worm #AAF311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 39.53%
G = 56.51%
B = 3.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#AAF311 (or 0xAAF311) is known color: Inch Worm. HEX triplet: AA, F3 and 11. RGB value is (170,243,17). Sum of RGB (Red+Green+Blue) = 170+243+17=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF311 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF311 is #550CEE. Grayscale: #C4C4C4. Windows color (decimal): -5573871 or 1176490. OLE color: 1176490.

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

Color convert

RGB 170 243 17 -
CMYK 0.30 0 0.93 0.05
HSL 79.38º 0.9% 0.51% -
HSV(B) 79.38º 0.93% 0.95% -
XYZ 48.73 72.69 11.99 -
YUV 195.41 27.32 109.88 -
System Red Green Blue C M Y K H S L
Decimal 170 243 17 0.30 0 0.93 0.05 79.38 0.9 0.51
Hex AA F3 11 1E 0 5D 5 4F 5A 33
Octal 252 363 21 36 0 135 5 117 132 63
Binary 10101010 11110011 10001 11110 0 1011101 101 1001111 1011010 110011

Color Harmonies of #AAF311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF311

Black with #AAF311

Text Example


Text Example

White with #AAF311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF311; }

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

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

background-color css

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

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

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

border-color css

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

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

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