Html Css Color HEX #AED314 Inch Worm

📋 copy color: '#AED314'

red 174 ◦ green 211 ◦ blue 20

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

Shades of Inch Worm #AED314

Tints of Inch Worm #AED314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.1%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 42.96%
G = 52.1%
B = 4.94%

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

#AED314 (or 0xAED314) is known color: Inch Worm. HEX triplet: AE, D3 and 14. RGB value is (174,211,20). Sum of RGB (Red+Green+Blue) = 174+211+20=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #AED314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED314 is #512CEB. Grayscale: #B2B2B2. Windows color (decimal): -5319916 or 1364910. OLE color: 1364910.

HSL color Cylindrical-coordinate representation of color #AED314: hue angle of 71.62º degrees, saturation: 0.83, 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 #AED314 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 20 -
CMYK 0.18 0 0.91 0.17
HSL 71.62º 0.83% 0.45% -
HSV(B) 71.62º 0.91% 0.83% -
XYZ 40.88 55.64 9.25 -
YUV 178.16 38.74 125.03 -
System Red Green Blue C M Y K H S L
Decimal 174 211 20 0.18 0 0.91 0.17 71.62 0.83 0.45
Hex AE D3 14 12 0 5B 11 48 53 2D
Octal 256 323 24 22 0 133 21 110 123 55
Binary 10101110 11010011 10100 10010 0 1011011 10001 1001000 1010011 101101

Color Harmonies of #AED314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED314

Black with #AED314

Text Example


Text Example

White with #AED314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED314; }

 p { color: rgb(174,211,20); }

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

background-color css

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

 a { background-color: rgb(174,211,20); }

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

border-color css

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

 span { border-color: rgb(174,211,20); }

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