Html Css Color HEX #AEE50A Inch Worm

📋 copy color: '#AEE50A'

red 174 ◦ green 229 ◦ blue 10

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

Shades of Inch Worm #AEE50A

Tints of Inch Worm #AEE50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.45%

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 42.13%
G = 55.45%
B = 2.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#AEE50A (or 0xAEE50A) is known color: Inch Worm. HEX triplet: AE, E5 and 0A. RGB value is (174,229,10). Sum of RGB (Red+Green+Blue) = 174+229+10=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE50A is #511AF5. Grayscale: #BCBCBC. Windows color (decimal): -5315318 or 714158. OLE color: 714158.

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

Color convert

RGB 174 229 10 -
CMYK 0.24 0 0.96 0.10
HSL 75.07º 0.92% 0.47% -
HSV(B) 75.07º 0.96% 0.9% -
XYZ 45.53 65.06 10.45 -
YUV 187.59 27.78 118.31 -
System Red Green Blue C M Y K H S L
Decimal 174 229 10 0.24 0 0.96 0.10 75.07 0.92 0.47
Hex AE E5 A 18 0 60 A 4B 5C 2F
Octal 256 345 12 30 0 140 12 113 134 57
Binary 10101110 11100101 1010 11000 0 1100000 1010 1001011 1011100 101111

Color Harmonies of #AEE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE50A

Black with #AEE50A

Text Example


Text Example

White with #AEE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE50A; }

 p { color: rgb(174,229,10); }

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

background-color css

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

 a { background-color: rgb(174,229,10); }

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

border-color css

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

 span { border-color: rgb(174,229,10); }

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