Html Css Color HEX #AEE80F Inch Worm

📋 copy color: '#AEE80F'

red 174 ◦ green 232 ◦ blue 15

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

Shades of Inch Worm #AEE80F

Tints of Inch Worm #AEE80F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.11%

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 41.33%
G = 55.11%
B = 3.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#AEE80F (or 0xAEE80F) is known color: Inch Worm. HEX triplet: AE, E8 and 0F. RGB value is (174,232,15). Sum of RGB (Red+Green+Blue) = 174+232+15=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEE80F is #5117F0. Grayscale: #BEBEBE. Windows color (decimal): -5314545 or 1042606. OLE color: 1042606.

HSL color Cylindrical-coordinate representation of color #AEE80F: hue angle of 76.04º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEE80F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 232 15 -
CMYK 0.25 0 0.94 0.09
HSL 76.04º 0.88% 0.48% -
HSV(B) 76.04º 0.94% 0.91% -
XYZ 46.4 66.75 10.89 -
YUV 189.92 29.28 116.64 -
System Red Green Blue C M Y K H S L
Decimal 174 232 15 0.25 0 0.94 0.09 76.04 0.88 0.48
Hex AE E8 F 19 0 5E 9 4C 58 30
Octal 256 350 17 31 0 136 11 114 130 60
Binary 10101110 11101000 1111 11001 0 1011110 1001 1001100 1011000 110000

Color Harmonies of #AEE80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE80F

Black with #AEE80F

Text Example


Text Example

White with #AEE80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE80F; }

 p { color: rgb(174,232,15); }

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

background-color css

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

 a { background-color: rgb(174,232,15); }

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

border-color css

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

 span { border-color: rgb(174,232,15); }

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