Html Css Color HEX #AEDD1C Inch Worm

📋 copy color: '#AEDD1C'

red 174 ◦ green 221 ◦ blue 28

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

Shades of Inch Worm #AEDD1C

Tints of Inch Worm #AEDD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 41.13%
G = 52.25%
B = 6.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#AEDD1C (or 0xAEDD1C) is known color: Inch Worm. HEX triplet: AE, DD and 1C. RGB value is (174,221,28). Sum of RGB (Red+Green+Blue) = 174+221+28=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD1C is #5122E3. Grayscale: #B9B9B9. Windows color (decimal): -5317348 or 1891758. OLE color: 1891758.

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

Color convert

RGB 174 221 28 -
CMYK 0.21 0 0.87 0.13
HSL 74.61º 0.78% 0.49% -
HSV(B) 74.61º 0.87% 0.87% -
XYZ 43.52 60.8 10.54 -
YUV 184.95 39.43 120.19 -
System Red Green Blue C M Y K H S L
Decimal 174 221 28 0.21 0 0.87 0.13 74.61 0.78 0.49
Hex AE DD 1C 15 0 57 D 4B 4E 31
Octal 256 335 34 25 0 127 15 113 116 61
Binary 10101110 11011101 11100 10101 0 1010111 1101 1001011 1001110 110001

Color Harmonies of #AEDD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD1C

Black with #AEDD1C

Text Example


Text Example

White with #AEDD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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