Html Css Color HEX #AEDE01 Inch Worm

📋 copy color: '#AEDE01'

red 174 ◦ green 222 ◦ blue 1

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

Shades of Inch Worm #AEDE01

Tints of Inch Worm #AEDE01

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.92%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 43.83%
G = 55.92%
B = 0.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#AEDE01 (or 0xAEDE01) is known color: Inch Worm. HEX triplet: AE, DE and 01. RGB value is (174,222,1). Sum of RGB (Red+Green+Blue) = 174+222+1=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDE01 is #5121FE. Grayscale: #B7B7B7. Windows color (decimal): -5317119 or 122542. OLE color: 122542.

HSL color Cylindrical-coordinate representation of color #AEDE01: hue angle of 73.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEDE01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 1 -
CMYK 0.22 0 1.00 0.13
HSL 73.03º 0.99% 0.44% -
HSV(B) 73.03º 1% 0.87% -
XYZ 43.58 61.24 9.55 -
YUV 182.45 25.6 121.97 -
System Red Green Blue C M Y K H S L
Decimal 174 222 1 0.22 0 1.00 0.13 73.03 0.99 0.44
Hex AE DE 1 16 0 64 D 49 63 2C
Octal 256 336 1 26 0 144 15 111 143 54
Binary 10101110 11011110 1 10110 0 1100100 1101 1001001 1100011 101100

Color Harmonies of #AEDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE01

Black with #AEDE01

Text Example


Text Example

White with #AEDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE01; }

 p { color: rgb(174,222,1); }

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

background-color css

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

 a { background-color: rgb(174,222,1); }

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

border-color css

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

 span { border-color: rgb(174,222,1); }

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