Html Css Color HEX #AED90D Inch Worm

📋 copy color: '#AED90D'

red 174 ◦ green 217 ◦ blue 13

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

Shades of Inch Worm #AED90D

Tints of Inch Worm #AED90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.71%

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

R = 43.07%
G = 53.71%
B = 3.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AED90D (or 0xAED90D) is known color: Inch Worm. HEX triplet: AE, D9 and 0D. RGB value is (174,217,13). Sum of RGB (Red+Green+Blue) = 174+217+13=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #AED90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED90D is #5126F2. Grayscale: #B5B5B5. Windows color (decimal): -5318387 or 907694. OLE color: 907694.

HSL color Cylindrical-coordinate representation of color #AED90D: hue angle of 72.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED90D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 13 -
CMYK 0.20 0 0.94 0.15
HSL 72.65º 0.89% 0.45% -
HSV(B) 72.65º 0.94% 0.85% -
XYZ 42.34 58.65 9.47 -
YUV 180.89 33.25 123.09 -
System Red Green Blue C M Y K H S L
Decimal 174 217 13 0.20 0 0.94 0.15 72.65 0.89 0.45
Hex AE D9 D 14 0 5E F 49 59 2D
Octal 256 331 15 24 0 136 17 111 131 55
Binary 10101110 11011001 1101 10100 0 1011110 1111 1001001 1011001 101101

Color Harmonies of #AED90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED90D

Black with #AED90D

Text Example


Text Example

White with #AED90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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