Html Css Color HEX #AEE12D Inch Worm

📋 copy color: '#AEE12D'

red 174 ◦ green 225 ◦ blue 45

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

Shades of Inch Worm #AEE12D

Tints of Inch Worm #AEE12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.14%

R = 39.19%
G = 50.68%
B = 10.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#AEE12D (or 0xAEE12D) is known color: Inch Worm. HEX triplet: AE, E1 and 2D. RGB value is (174,225,45). Sum of RGB (Red+Green+Blue) = 174+225+45=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE12D is #511ED2. Grayscale: #BDBDBD. Windows color (decimal): -5316307 or 3006894. OLE color: 3006894.

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

Color convert

RGB 174 225 45 -
CMYK 0.23 0 0.8 0.12
HSL 77º 0.75% 0.53% -
HSV(B) 77º 0.8% 0.88% -
XYZ 44.85 63.04 12.29 -
YUV 189.23 46.6 117.14 -
System Red Green Blue C M Y K H S L
Decimal 174 225 45 0.23 0 0.8 0.12 77 0.75 0.53
Hex AE E1 2D 17 0 50 C 4D 4B 35
Octal 256 341 55 27 0 120 14 115 113 65
Binary 10101110 11100001 101101 10111 0 1010000 1100 1001101 1001011 110101

Color Harmonies of #AEE12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE12D

Black with #AEE12D

Text Example


Text Example

White with #AEE12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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