Html Css Color HEX #AEE00F Inch Worm

📋 copy color: '#AEE00F'

red 174 ◦ green 224 ◦ blue 15

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

Shades of Inch Worm #AEE00F

Tints of Inch Worm #AEE00F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.24%

 BLUE value IS 15 (6.25% from 255) = 3.63%

R = 42.13%
G = 54.24%
B = 3.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#AEE00F (or 0xAEE00F) is known color: Inch Worm. HEX triplet: AE, E0 and 0F. RGB value is (174,224,15). Sum of RGB (Red+Green+Blue) = 174+224+15=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE00F is #511FF0. Grayscale: #BABABA. Windows color (decimal): -5316593 or 1040558. OLE color: 1040558.

HSL color Cylindrical-coordinate representation of color #AEE00F: hue angle of 74.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEE00F is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 15 -
CMYK 0.22 0 0.93 0.12
HSL 74.35º 0.87% 0.47% -
HSV(B) 74.35º 0.93% 0.88% -
XYZ 44.2 62.34 10.16 -
YUV 185.22 31.94 119.99 -
System Red Green Blue C M Y K H S L
Decimal 174 224 15 0.22 0 0.93 0.12 74.35 0.87 0.47
Hex AE E0 F 16 0 5D C 4A 57 2F
Octal 256 340 17 26 0 135 14 112 127 57
Binary 10101110 11100000 1111 10110 0 1011101 1100 1001010 1010111 101111

Color Harmonies of #AEE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE00F

Black with #AEE00F

Text Example


Text Example

White with #AEE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE00F; }

 p { color: rgb(174,224,15); }

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

background-color css

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

 a { background-color: rgb(174,224,15); }

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

border-color css

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

 span { border-color: rgb(174,224,15); }

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