Html Css Color HEX #AEE10D Inch Worm

📋 copy color: '#AEE10D'

red 174 ◦ green 225 ◦ blue 13

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

Shades of Inch Worm #AEE10D

Tints of Inch Worm #AEE10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.61%

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

R = 42.23%
G = 54.61%
B = 3.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#AEE10D (or 0xAEE10D) is known color: Inch Worm. HEX triplet: AE, E1 and 0D. RGB value is (174,225,13). Sum of RGB (Red+Green+Blue) = 174+225+13=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE10D is #511EF2. Grayscale: #BABABA. Windows color (decimal): -5316339 or 909742. OLE color: 909742.

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

Color convert

RGB 174 225 13 -
CMYK 0.23 0 0.94 0.12
HSL 74.43º 0.89% 0.47% -
HSV(B) 74.43º 0.94% 0.88% -
XYZ 44.45 62.88 10.17 -
YUV 185.58 30.6 119.74 -
System Red Green Blue C M Y K H S L
Decimal 174 225 13 0.23 0 0.94 0.12 74.43 0.89 0.47
Hex AE E1 D 17 0 5E C 4A 59 2F
Octal 256 341 15 27 0 136 14 112 131 57
Binary 10101110 11100001 1101 10111 0 1011110 1100 1001010 1011001 101111

Color Harmonies of #AEE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE10D

Black with #AEE10D

Text Example


Text Example

White with #AEE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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