Html Css Color HEX #AEDC02 Inch Worm

📋 copy color: '#AEDC02'

red 174 ◦ green 220 ◦ blue 2

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

Shades of Inch Worm #AEDC02

Tints of Inch Worm #AEDC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.56%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 43.94%
G = 55.56%
B = 0.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#AEDC02 (or 0xAEDC02) is known color: Inch Worm. HEX triplet: AE, DC and 02. RGB value is (174,220,2). Sum of RGB (Red+Green+Blue) = 174+220+2=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC02 is #5123FD. Grayscale: #B6B6B6. Windows color (decimal): -5317630 or 187566. OLE color: 187566.

HSL color Cylindrical-coordinate representation of color #AEDC02: hue angle of 72.66º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEDC02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 2 -
CMYK 0.21 0 0.99 0.14
HSL 72.66º 0.98% 0.44% -
HSV(B) 72.66º 0.99% 0.86% -
XYZ 43.06 60.19 9.41 -
YUV 181.39 26.76 122.73 -
System Red Green Blue C M Y K H S L
Decimal 174 220 2 0.21 0 0.99 0.14 72.66 0.98 0.44
Hex AE DC 2 15 0 63 E 49 62 2C
Octal 256 334 2 25 0 143 16 111 142 54
Binary 10101110 11011100 10 10101 0 1100011 1110 1001001 1100010 101100

Color Harmonies of #AEDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC02

Black with #AEDC02

Text Example


Text Example

White with #AEDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC02; }

 p { color: rgb(174,220,2); }

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

background-color css

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

 a { background-color: rgb(174,220,2); }

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

border-color css

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

 span { border-color: rgb(174,220,2); }

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