Html Css Color HEX #AAE700 Inch Worm

📋 copy color: '#AAE700'

red 170 ◦ green 231 ◦ blue 0

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

Shades of Inch Worm #AAE700

Tints of Inch Worm #AAE700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.39%
G = 57.61%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#AAE700 (or 0xAAE700) is known color: Inch Worm. HEX triplet: AA, E7 and 00. RGB value is (170,231,0). Sum of RGB (Red+Green+Blue) = 170+231+0=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 231 (90.62% from 255 or 57.61% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE700 is #5518FF. Grayscale: #BBBBBB. Windows color (decimal): -5576960 or 59306. OLE color: 59306.

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

Color convert

RGB 170 231 0 -
CMYK 0.26 0 1 0.09
HSL 75.84º 1% 0.45% -
HSV(B) 75.84º 1% 0.91% -
XYZ 45.15 65.7 10.3 -
YUV 186.43 22.79 116.28 -
System Red Green Blue C M Y K H S L
Decimal 170 231 0 0.26 0 1 0.09 75.84 1 0.45
Hex AA E7 0 1A 0 64 9 4C 64 2D
Octal 252 347 0 32 0 144 11 114 144 55
Binary 10101010 11100111 0 11010 0 1100100 1001 1001100 1100100 101101

Color Harmonies of #AAE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE700

Black with #AAE700

Text Example


Text Example

White with #AAE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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