Html Css Color HEX #AEE40D Inch Worm

📋 copy color: '#AEE40D'

red 174 ◦ green 228 ◦ blue 13

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

Shades of Inch Worm #AEE40D

Tints of Inch Worm #AEE40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.94%

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

R = 41.93%
G = 54.94%
B = 3.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#AEE40D (or 0xAEE40D) is known color: Inch Worm. HEX triplet: AE, E4 and 0D. RGB value is (174,228,13). Sum of RGB (Red+Green+Blue) = 174+228+13=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE40D is #511BF2. Grayscale: #BCBCBC. Windows color (decimal): -5315571 or 910510. OLE color: 910510.

HSL color Cylindrical-coordinate representation of color #AEE40D: hue angle of 75.07º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEE40D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 228 13 -
CMYK 0.24 0 0.94 0.11
HSL 75.07º 0.89% 0.47% -
HSV(B) 75.07º 0.94% 0.89% -
XYZ 45.27 64.51 10.45 -
YUV 187.34 29.61 118.48 -
System Red Green Blue C M Y K H S L
Decimal 174 228 13 0.24 0 0.94 0.11 75.07 0.89 0.47
Hex AE E4 D 18 0 5E B 4B 59 2F
Octal 256 344 15 30 0 136 13 113 131 57
Binary 10101110 11100100 1101 11000 0 1011110 1011 1001011 1011001 101111

Color Harmonies of #AEE40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE40D

Black with #AEE40D

Text Example


Text Example

White with #AEE40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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