Html Css Color HEX #AED10C Inch Worm

📋 copy color: '#AED10C'

red 174 ◦ green 209 ◦ blue 12

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

Shades of Inch Worm #AED10C

Tints of Inch Worm #AED10C

RGB

 RED value IS 174 (68.36% from 255) = 44.05%

 GREEN value IS 209 (82.03% from 255) = 52.91%

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

R = 44.05%
G = 52.91%
B = 3.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#AED10C (or 0xAED10C) is known color: Inch Worm. HEX triplet: AE, D1 and 0C. RGB value is (174,209,12). Sum of RGB (Red+Green+Blue) = 174+209+12=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #AED10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED10C is #512EF3. Grayscale: #B0B0B0. Windows color (decimal): -5320436 or 840110. OLE color: 840110.

HSL color Cylindrical-coordinate representation of color #AED10C: hue angle of 70.66º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED10C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 12 -
CMYK 0.17 0 0.94 0.18
HSL 70.66º 0.89% 0.43% -
HSV(B) 70.66º 0.94% 0.82% -
XYZ 40.32 54.63 8.77 -
YUV 176.08 35.4 126.52 -
System Red Green Blue C M Y K H S L
Decimal 174 209 12 0.17 0 0.94 0.18 70.66 0.89 0.43
Hex AE D1 C 11 0 5E 12 47 59 2B
Octal 256 321 14 21 0 136 22 107 131 53
Binary 10101110 11010001 1100 10001 0 1011110 10010 1000111 1011001 101011

Color Harmonies of #AED10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED10C

Black with #AED10C

Text Example


Text Example

White with #AED10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED10C; }

 p { color: rgb(174,209,12); }

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

background-color css

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

 a { background-color: rgb(174,209,12); }

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

border-color css

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

 span { border-color: rgb(174,209,12); }

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