Html Css Color HEX #AED008 Inch Worm

📋 copy color: '#AED008'

red 174 ◦ green 208 ◦ blue 8

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

Shades of Inch Worm #AED008

Tints of Inch Worm #AED008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.33%

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

R = 44.62%
G = 53.33%
B = 2.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#AED008 (or 0xAED008) is known color: Inch Worm. HEX triplet: AE, D0 and 08. RGB value is (174,208,8). Sum of RGB (Red+Green+Blue) = 174+208+8=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #AED008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED008 is #512FF7. Grayscale: #AFAFAF. Windows color (decimal): -5320696 or 577710. OLE color: 577710.

HSL color Cylindrical-coordinate representation of color #AED008: hue angle of 70.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AED008 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 8 -
CMYK 0.16 0 0.96 0.18
HSL 70.2º 0.93% 0.42% -
HSV(B) 70.2º 0.96% 0.82% -
XYZ 40.06 54.13 8.57 -
YUV 175.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 174 208 8 0.16 0 0.96 0.18 70.2 0.93 0.42
Hex AE D0 8 10 0 60 12 46 5D 2A
Octal 256 320 10 20 0 140 22 106 135 52
Binary 10101110 11010000 1000 10000 0 1100000 10010 1000110 1011101 101010

Color Harmonies of #AED008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED008

Black with #AED008

Text Example


Text Example

White with #AED008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED008; }

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

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

background-color css

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

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

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

border-color css

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

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

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