Html Css Color HEX #AED908 Inch Worm

📋 copy color: '#AED908'

red 174 ◦ green 217 ◦ blue 8

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

Shades of Inch Worm #AED908

Tints of Inch Worm #AED908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 43.61%
G = 54.39%
B = 2.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#AED908 (or 0xAED908) is known color: Inch Worm. HEX triplet: AE, D9 and 08. RGB value is (174,217,8). Sum of RGB (Red+Green+Blue) = 174+217+8=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #AED908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED908 is #5126F7. Grayscale: #B5B5B5. Windows color (decimal): -5318392 or 580014. OLE color: 580014.

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

Color convert

RGB 174 217 8 -
CMYK 0.20 0 0.96 0.15
HSL 72.34º 0.93% 0.44% -
HSV(B) 72.34º 0.96% 0.85% -
XYZ 42.31 58.64 9.32 -
YUV 180.32 30.75 123.49 -
System Red Green Blue C M Y K H S L
Decimal 174 217 8 0.20 0 0.96 0.15 72.34 0.93 0.44
Hex AE D9 8 14 0 60 F 48 5D 2C
Octal 256 331 10 24 0 140 17 110 135 54
Binary 10101110 11011001 1000 10100 0 1100000 1111 1001000 1011101 101100

Color Harmonies of #AED908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED908

Black with #AED908

Text Example


Text Example

White with #AED908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED908; }

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

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

background-color css

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

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

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

border-color css

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

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

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