Html Css Color HEX #AED403 Inch Worm

📋 copy color: '#AED403'

red 174 ◦ green 212 ◦ blue 3

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

Shades of Inch Worm #AED403

Tints of Inch Worm #AED403

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.5%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 44.73%
G = 54.5%
B = 0.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#AED403 (or 0xAED403) is known color: Inch Worm. HEX triplet: AE, D4 and 03. RGB value is (174,212,3). Sum of RGB (Red+Green+Blue) = 174+212+3=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #AED403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED403 is #512BFC. Grayscale: #B1B1B1. Windows color (decimal): -5319677 or 251054. OLE color: 251054.

HSL color Cylindrical-coordinate representation of color #AED403: hue angle of 70.91º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AED403 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 3 -
CMYK 0.18 0 0.99 0.17
HSL 70.91º 0.97% 0.42% -
HSV(B) 70.91º 0.99% 0.83% -
XYZ 41.02 56.09 8.75 -
YUV 176.81 29.91 125.99 -
System Red Green Blue C M Y K H S L
Decimal 174 212 3 0.18 0 0.99 0.17 70.91 0.97 0.42
Hex AE D4 3 12 0 63 11 47 61 2A
Octal 256 324 3 22 0 143 21 107 141 52
Binary 10101110 11010100 11 10010 0 1100011 10001 1000111 1100001 101010

Color Harmonies of #AED403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED403

Black with #AED403

Text Example


Text Example

White with #AED403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED403; }

 p { color: rgb(174,212,3); }

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

background-color css

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

 a { background-color: rgb(174,212,3); }

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

border-color css

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

 span { border-color: rgb(174,212,3); }

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