Html Css Color HEX #AAED1E Inch Worm

📋 copy color: '#AAED1E'

red 170 ◦ green 237 ◦ blue 30

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

Shades of Inch Worm #AAED1E

Tints of Inch Worm #AAED1E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.23%

 BLUE value IS 30 (12.11% from 255) = 6.86%

R = 38.9%
G = 54.23%
B = 6.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#AAED1E (or 0xAAED1E) is known color: Inch Worm. HEX triplet: AA, ED and 1E. RGB value is (170,237,30). Sum of RGB (Red+Green+Blue) = 170+237+30=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED1E is #5512E1. Grayscale: #C2C2C2. Windows color (decimal): -5575394 or 2026922. OLE color: 2026922.

HSL color Cylindrical-coordinate representation of color #AAED1E: hue angle of 79.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAED1E is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 30 -
CMYK 0.28 0 0.87 0.07
HSL 79.42º 0.85% 0.52% -
HSV(B) 79.42º 0.87% 0.93% -
XYZ 47.1 69.21 12.1 -
YUV 193.37 35.8 111.33 -
System Red Green Blue C M Y K H S L
Decimal 170 237 30 0.28 0 0.87 0.07 79.42 0.85 0.52
Hex AA ED 1E 1C 0 57 7 4F 55 34
Octal 252 355 36 34 0 127 7 117 125 64
Binary 10101010 11101101 11110 11100 0 1010111 111 1001111 1010101 110100

Color Harmonies of #AAED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED1E

Black with #AAED1E

Text Example


Text Example

White with #AAED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED1E; }

 p { color: rgb(170,237,30); }

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

background-color css

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

 a { background-color: rgb(170,237,30); }

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

border-color css

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

 span { border-color: rgb(170,237,30); }

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