Html Css Color HEX #AEE00D Inch Worm

📋 copy color: '#AEE00D'

red 174 ◦ green 224 ◦ blue 13

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

Shades of Inch Worm #AEE00D

Tints of Inch Worm #AEE00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 42.34%
G = 54.5%
B = 3.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#AEE00D (or 0xAEE00D) is known color: Inch Worm. HEX triplet: AE, E0 and 0D. RGB value is (174,224,13). Sum of RGB (Red+Green+Blue) = 174+224+13=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE00D is #511FF2. Grayscale: #B9B9B9. Windows color (decimal): -5316595 or 909486. OLE color: 909486.

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

Color convert

RGB 174 224 13 -
CMYK 0.22 0 0.94 0.12
HSL 74.22º 0.89% 0.46% -
HSV(B) 74.22º 0.94% 0.88% -
XYZ 44.18 62.34 10.08 -
YUV 185 30.94 120.16 -
System Red Green Blue C M Y K H S L
Decimal 174 224 13 0.22 0 0.94 0.12 74.22 0.89 0.46
Hex AE E0 D 16 0 5E C 4A 59 2E
Octal 256 340 15 26 0 136 14 112 131 56
Binary 10101110 11100000 1101 10110 0 1011110 1100 1001010 1011001 101110

Color Harmonies of #AEE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE00D

Black with #AEE00D

Text Example


Text Example

White with #AEE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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