Html Css Color HEX #AAEB1C Inch Worm

📋 copy color: '#AAEB1C'

red 170 ◦ green 235 ◦ blue 28

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

Shades of Inch Worm #AAEB1C

Tints of Inch Worm #AAEB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 39.26%
G = 54.27%
B = 6.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#AAEB1C (or 0xAAEB1C) is known color: Inch Worm. HEX triplet: AA, EB and 1C. RGB value is (170,235,28). Sum of RGB (Red+Green+Blue) = 170+235+28=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 235 (92.19% from 255 or 54.27% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB1C is #5514E3. Grayscale: #C0C0C0. Windows color (decimal): -5575908 or 1895338. OLE color: 1895338.

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

Color convert

RGB 170 235 28 -
CMYK 0.28 0 0.88 0.08
HSL 78.84º 0.84% 0.52% -
HSV(B) 78.84º 0.88% 0.92% -
XYZ 46.5 68.05 11.78 -
YUV 191.97 35.47 112.33 -
System Red Green Blue C M Y K H S L
Decimal 170 235 28 0.28 0 0.88 0.08 78.84 0.84 0.52
Hex AA EB 1C 1C 0 58 8 4F 54 34
Octal 252 353 34 34 0 130 10 117 124 64
Binary 10101010 11101011 11100 11100 0 1011000 1000 1001111 1010100 110100

Color Harmonies of #AAEB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB1C

Black with #AAEB1C

Text Example


Text Example

White with #AAEB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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