Html Css Color HEX #AAF514 Inch Worm

📋 copy color: '#AAF514'

red 170 ◦ green 245 ◦ blue 20

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

Shades of Inch Worm #AAF514

Tints of Inch Worm #AAF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.32%

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 39.08%
G = 56.32%
B = 4.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#AAF514 (or 0xAAF514) is known color: Inch Worm. HEX triplet: AA, F5 and 14. RGB value is (170,245,20). Sum of RGB (Red+Green+Blue) = 170+245+20=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF514 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF514 is #550AEB. Grayscale: #C5C5C5. Windows color (decimal): -5573356 or 1373610. OLE color: 1373610.

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

Color convert

RGB 170 245 20 -
CMYK 0.31 0 0.92 0.04
HSL 80º 0.92% 0.52% -
HSV(B) 80º 0.92% 0.96% -
XYZ 49.36 73.9 12.32 -
YUV 196.93 28.15 108.8 -
System Red Green Blue C M Y K H S L
Decimal 170 245 20 0.31 0 0.92 0.04 80 0.92 0.52
Hex AA F5 14 1F 0 5C 4 50 5C 34
Octal 252 365 24 37 0 134 4 120 134 64
Binary 10101010 11110101 10100 11111 0 1011100 100 1010000 1011100 110100

Color Harmonies of #AAF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF514

Black with #AAF514

Text Example


Text Example

White with #AAF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF514; }

 p { color: rgb(170,245,20); }

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

background-color css

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

 a { background-color: rgb(170,245,20); }

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

border-color css

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

 span { border-color: rgb(170,245,20); }

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