Html Css Color HEX #AED90A Inch Worm

📋 copy color: '#AED90A'

red 174 ◦ green 217 ◦ blue 10

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

Shades of Inch Worm #AED90A

Tints of Inch Worm #AED90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 43.39%
G = 54.11%
B = 2.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#AED90A (or 0xAED90A) is known color: Inch Worm. HEX triplet: AE, D9 and 0A. RGB value is (174,217,10). Sum of RGB (Red+Green+Blue) = 174+217+10=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #AED90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED90A is #5126F5. Grayscale: #B5B5B5. Windows color (decimal): -5318390 or 711086. OLE color: 711086.

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

Color convert

RGB 174 217 10 -
CMYK 0.20 0 0.95 0.15
HSL 72.46º 0.91% 0.45% -
HSV(B) 72.46º 0.95% 0.85% -
XYZ 42.32 58.65 9.38 -
YUV 180.55 31.75 123.33 -
System Red Green Blue C M Y K H S L
Decimal 174 217 10 0.20 0 0.95 0.15 72.46 0.91 0.45
Hex AE D9 A 14 0 5F F 48 5B 2D
Octal 256 331 12 24 0 137 17 110 133 55
Binary 10101110 11011001 1010 10100 0 1011111 1111 1001000 1011011 101101

Color Harmonies of #AED90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED90A

Black with #AED90A

Text Example


Text Example

White with #AED90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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