Html Css Color HEX #AAEB1E Inch Worm

📋 copy color: '#AAEB1E'

red 170 ◦ green 235 ◦ blue 30

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

Shades of Inch Worm #AAEB1E

Tints of Inch Worm #AAEB1E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.02%

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

R = 39.08%
G = 54.02%
B = 6.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#AAEB1E (or 0xAAEB1E) is known color: Inch Worm. HEX triplet: AA, EB and 1E. RGB value is (170,235,30). Sum of RGB (Red+Green+Blue) = 170+235+30=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB1E is #5514E1. Grayscale: #C0C0C0. Windows color (decimal): -5575906 or 2026410. OLE color: 2026410.

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

Color convert

RGB 170 235 30 -
CMYK 0.28 0 0.87 0.08
HSL 79.02º 0.84% 0.52% -
HSV(B) 79.02º 0.87% 0.92% -
XYZ 46.52 68.06 11.91 -
YUV 192.2 36.47 112.17 -
System Red Green Blue C M Y K H S L
Decimal 170 235 30 0.28 0 0.87 0.08 79.02 0.84 0.52
Hex AA EB 1E 1C 0 57 8 4F 54 34
Octal 252 353 36 34 0 127 10 117 124 64
Binary 10101010 11101011 11110 11100 0 1010111 1000 1001111 1010100 110100

Color Harmonies of #AAEB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB1E

Black with #AAEB1E

Text Example


Text Example

White with #AAEB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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