Html Css Color HEX #AEF118 Inch Worm

📋 copy color: '#AEF118'

red 174 ◦ green 241 ◦ blue 24

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

Shades of Inch Worm #AEF118

Tints of Inch Worm #AEF118

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.9%

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 39.64%
G = 54.9%
B = 5.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#AEF118 (or 0xAEF118) is known color: Inch Worm. HEX triplet: AE, F1 and 18. RGB value is (174,241,24). Sum of RGB (Red+Green+Blue) = 174+241+24=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF118 is #510EE7. Grayscale: #C5C5C5. Windows color (decimal): -5312232 or 1634734. OLE color: 1634734.

HSL color Cylindrical-coordinate representation of color #AEF118: hue angle of 78.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEF118 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 24 -
CMYK 0.28 0 0.90 0.05
HSL 78.53º 0.89% 0.52% -
HSV(B) 78.53º 0.9% 0.95% -
XYZ 49.08 71.98 12.17 -
YUV 196.23 30.8 112.14 -
System Red Green Blue C M Y K H S L
Decimal 174 241 24 0.28 0 0.90 0.05 78.53 0.89 0.52
Hex AE F1 18 1C 0 5A 5 4F 59 34
Octal 256 361 30 34 0 132 5 117 131 64
Binary 10101110 11110001 11000 11100 0 1011010 101 1001111 1011001 110100

Color Harmonies of #AEF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF118

Black with #AEF118

Text Example


Text Example

White with #AEF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF118; }

 p { color: rgb(174,241,24); }

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

background-color css

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

 a { background-color: rgb(174,241,24); }

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

border-color css

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

 span { border-color: rgb(174,241,24); }

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