Html Css Color HEX #AAED0C Inch Worm

📋 copy color: '#AAED0C'

red 170 ◦ green 237 ◦ blue 12

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

Shades of Inch Worm #AAED0C

Tints of Inch Worm #AAED0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 40.57%
G = 56.56%
B = 2.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#AAED0C (or 0xAAED0C) is known color: Inch Worm. HEX triplet: AA, ED and 0C. RGB value is (170,237,12). Sum of RGB (Red+Green+Blue) = 170+237+12=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 237 (92.97% from 255 or 56.56% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAED0C is #5512F3. Grayscale: #C0C0C0. Windows color (decimal): -5575412 or 847274. OLE color: 847274.

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

Color convert

RGB 170 237 12 -
CMYK 0.28 0 0.95 0.07
HSL 77.87º 0.9% 0.49% -
HSV(B) 77.87º 0.95% 0.93% -
XYZ 46.93 69.14 11.22 -
YUV 191.32 26.8 112.8 -
System Red Green Blue C M Y K H S L
Decimal 170 237 12 0.28 0 0.95 0.07 77.87 0.9 0.49
Hex AA ED C 1C 0 5F 7 4E 5A 31
Octal 252 355 14 34 0 137 7 116 132 61
Binary 10101010 11101101 1100 11100 0 1011111 111 1001110 1011010 110001

Color Harmonies of #AAED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED0C

Black with #AAED0C

Text Example


Text Example

White with #AAED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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