Html Css Color HEX #AEDD0A Inch Worm

📋 copy color: '#AEDD0A'

red 174 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #AEDD0A

Tints of Inch Worm #AEDD0A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.57%

 BLUE value IS 10 (4.3% from 255) = 2.47%

R = 42.96%
G = 54.57%
B = 2.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#AEDD0A (or 0xAEDD0A) is known color: Inch Worm. HEX triplet: AE, DD and 0A. RGB value is (174,221,10). Sum of RGB (Red+Green+Blue) = 174+221+10=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDD0A is #5122F5. Grayscale: #B7B7B7. Windows color (decimal): -5317366 or 712110. OLE color: 712110.

HSL color Cylindrical-coordinate representation of color #AEDD0A: hue angle of 73.36º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEDD0A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 10 -
CMYK 0.21 0 0.95 0.13
HSL 73.36º 0.91% 0.45% -
HSV(B) 73.36º 0.95% 0.87% -
XYZ 43.37 60.73 9.72 -
YUV 182.89 30.43 121.66 -
System Red Green Blue C M Y K H S L
Decimal 174 221 10 0.21 0 0.95 0.13 73.36 0.91 0.45
Hex AE DD A 15 0 5F D 49 5B 2D
Octal 256 335 12 25 0 137 15 111 133 55
Binary 10101110 11011101 1010 10101 0 1011111 1101 1001001 1011011 101101

Color Harmonies of #AEDD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD0A

Black with #AEDD0A

Text Example


Text Example

White with #AEDD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD0A; }

 p { color: rgb(174,221,10); }

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

background-color css

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

 a { background-color: rgb(174,221,10); }

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

border-color css

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

 span { border-color: rgb(174,221,10); }

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