Html Css Color HEX #AED90C Inch Worm

📋 copy color: '#AED90C'

red 174 ◦ green 217 ◦ blue 12

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

Shades of Inch Worm #AED90C

Tints of Inch Worm #AED90C

RGB

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

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

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

R = 43.18%
G = 53.85%
B = 2.98%

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

#AED90C (or 0xAED90C) is known color: Inch Worm. HEX triplet: AE, D9 and 0C. RGB value is (174,217,12). Sum of RGB (Red+Green+Blue) = 174+217+12=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #AED90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED90C is #5126F3. Grayscale: #B5B5B5. Windows color (decimal): -5318388 or 842158. OLE color: 842158.

HSL color Cylindrical-coordinate representation of color #AED90C: hue angle of 72.59º degrees, saturation: 0.9, 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 #AED90C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 12 -
CMYK 0.20 0 0.94 0.15
HSL 72.59º 0.9% 0.45% -
HSV(B) 72.59º 0.94% 0.85% -
XYZ 42.33 58.65 9.44 -
YUV 180.77 32.75 123.17 -
System Red Green Blue C M Y K H S L
Decimal 174 217 12 0.20 0 0.94 0.15 72.59 0.9 0.45
Hex AE D9 C 14 0 5E F 49 5A 2D
Octal 256 331 14 24 0 136 17 111 132 55
Binary 10101110 11011001 1100 10100 0 1011110 1111 1001001 1011010 101101

Color Harmonies of #AED90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED90C

Black with #AED90C

Text Example


Text Example

White with #AED90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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