Html Css Color HEX #AED413 Inch Worm

📋 copy color: '#AED413'

red 174 ◦ green 212 ◦ blue 19

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

Shades of Inch Worm #AED413

Tints of Inch Worm #AED413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 42.96%
G = 52.35%
B = 4.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#AED413 (or 0xAED413) is known color: Inch Worm. HEX triplet: AE, D4 and 13. RGB value is (174,212,19). Sum of RGB (Red+Green+Blue) = 174+212+19=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #AED413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED413 is #512BEC. Grayscale: #B3B3B3. Windows color (decimal): -5319661 or 1299630. OLE color: 1299630.

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

Color convert

RGB 174 212 19 -
CMYK 0.18 0 0.91 0.17
HSL 71.81º 0.84% 0.45% -
HSV(B) 71.81º 0.91% 0.83% -
XYZ 41.12 56.13 9.28 -
YUV 178.64 37.91 124.69 -
System Red Green Blue C M Y K H S L
Decimal 174 212 19 0.18 0 0.91 0.17 71.81 0.84 0.45
Hex AE D4 13 12 0 5B 11 48 54 2D
Octal 256 324 23 22 0 133 21 110 124 55
Binary 10101110 11010100 10011 10010 0 1011011 10001 1001000 1010100 101101

Color Harmonies of #AED413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED413

Black with #AED413

Text Example


Text Example

White with #AED413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED413; }

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

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

background-color css

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

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

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

border-color css

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

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

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