Html Css Color HEX #AAE705 Inch Worm

📋 copy color: '#AAE705'

red 170 ◦ green 231 ◦ blue 5

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

Shades of Inch Worm #AAE705

Tints of Inch Worm #AAE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 56.9%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 41.87%
G = 56.9%
B = 1.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#AAE705 (or 0xAAE705) is known color: Inch Worm. HEX triplet: AA, E7 and 05. RGB value is (170,231,5). Sum of RGB (Red+Green+Blue) = 170+231+5=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 231 (90.62% from 255 or 56.90% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE705 is #5518FA. Grayscale: #BBBBBB. Windows color (decimal): -5576955 or 386986. OLE color: 386986.

HSL color Cylindrical-coordinate representation of color #AAE705: hue angle of 76.19º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAE705 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 231 5 -
CMYK 0.26 0 0.98 0.09
HSL 76.19º 0.96% 0.46% -
HSV(B) 76.19º 0.98% 0.91% -
XYZ 45.18 65.71 10.45 -
YUV 187 25.29 115.88 -
System Red Green Blue C M Y K H S L
Decimal 170 231 5 0.26 0 0.98 0.09 76.19 0.96 0.46
Hex AA E7 5 1A 0 62 9 4C 60 2E
Octal 252 347 5 32 0 142 11 114 140 56
Binary 10101010 11100111 101 11010 0 1100010 1001 1001100 1100000 101110

Color Harmonies of #AAE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE705

Black with #AAE705

Text Example


Text Example

White with #AAE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE705; }

 p { color: rgb(170,231,5); }

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

background-color css

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

 a { background-color: rgb(170,231,5); }

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

border-color css

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

 span { border-color: rgb(170,231,5); }

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