Html Css Color HEX #AED10D Inch Worm

📋 copy color: '#AED10D'

red 174 ◦ green 209 ◦ blue 13

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

Shades of Inch Worm #AED10D

Tints of Inch Worm #AED10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.28%

R = 43.94%
G = 52.78%
B = 3.28%

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

#AED10D (or 0xAED10D) is known color: Inch Worm. HEX triplet: AE, D1 and 0D. RGB value is (174,209,13). Sum of RGB (Red+Green+Blue) = 174+209+13=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #AED10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED10D is #512EF2. Grayscale: #B0B0B0. Windows color (decimal): -5320435 or 905646. OLE color: 905646.

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

Color convert

RGB 174 209 13 -
CMYK 0.17 0 0.94 0.18
HSL 70.71º 0.88% 0.44% -
HSV(B) 70.71º 0.94% 0.82% -
XYZ 40.33 54.63 8.8 -
YUV 176.19 35.9 126.44 -
System Red Green Blue C M Y K H S L
Decimal 174 209 13 0.17 0 0.94 0.18 70.71 0.88 0.44
Hex AE D1 D 11 0 5E 12 47 58 2C
Octal 256 321 15 21 0 136 22 107 130 54
Binary 10101110 11010001 1101 10001 0 1011110 10010 1000111 1011000 101100

Color Harmonies of #AED10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED10D

Black with #AED10D

Text Example


Text Example

White with #AED10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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