Html Css Color HEX #AEDF00 Inch Worm

📋 copy color: '#AEDF00'

red 174 ◦ green 223 ◦ blue 0

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

Shades of Inch Worm #AEDF00

Tints of Inch Worm #AEDF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.83%
G = 56.17%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#AEDF00 (or 0xAEDF00) is known color: Inch Worm. HEX triplet: AE, DF and 00. RGB value is (174,223,0). Sum of RGB (Red+Green+Blue) = 174+223+0=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDF00 is #5120FF. Grayscale: #B7B7B7. Windows color (decimal): -5316864 or 57262. OLE color: 57262.

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

Color convert

RGB 174 223 0 -
CMYK 0.22 0 1 0.13
HSL 73.18º 1% 0.44% -
HSV(B) 73.18º 1% 0.87% -
XYZ 43.84 61.77 9.61 -
YUV 182.93 24.77 121.63 -
System Red Green Blue C M Y K H S L
Decimal 174 223 0 0.22 0 1 0.13 73.18 1 0.44
Hex AE DF 0 16 0 64 D 49 64 2C
Octal 256 337 0 26 0 144 15 111 144 54
Binary 10101110 11011111 0 10110 0 1100100 1101 1001001 1100100 101100

Color Harmonies of #AEDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF00

Black with #AEDF00

Text Example


Text Example

White with #AEDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF00; }

 p { color: rgb(174,223,0); }

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

background-color css

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

 a { background-color: rgb(174,223,0); }

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

border-color css

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

 span { border-color: rgb(174,223,0); }

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