Html Css Color HEX #AEE30C Inch Worm

📋 copy color: '#AEE30C'

red 174 ◦ green 227 ◦ blue 12

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

Shades of Inch Worm #AEE30C

Tints of Inch Worm #AEE30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.96%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 42.13%
G = 54.96%
B = 2.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#AEE30C (or 0xAEE30C) is known color: Inch Worm. HEX triplet: AE, E3 and 0C. RGB value is (174,227,12). Sum of RGB (Red+Green+Blue) = 174+227+12=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE30C is #511CF3. Grayscale: #BBBBBB. Windows color (decimal): -5315828 or 844718. OLE color: 844718.

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

Color convert

RGB 174 227 12 -
CMYK 0.23 0 0.95 0.11
HSL 74.79º 0.9% 0.47% -
HSV(B) 74.79º 0.95% 0.89% -
XYZ 44.99 63.96 10.32 -
YUV 186.64 29.44 118.98 -
System Red Green Blue C M Y K H S L
Decimal 174 227 12 0.23 0 0.95 0.11 74.79 0.9 0.47
Hex AE E3 C 17 0 5F B 4B 5A 2F
Octal 256 343 14 27 0 137 13 113 132 57
Binary 10101110 11100011 1100 10111 0 1011111 1011 1001011 1011010 101111

Color Harmonies of #AEE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE30C

Black with #AEE30C

Text Example


Text Example

White with #AEE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE30C; }

 p { color: rgb(174,227,12); }

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

background-color css

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

 a { background-color: rgb(174,227,12); }

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

border-color css

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

 span { border-color: rgb(174,227,12); }

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