Html Css Color HEX #AEF10D Inch Worm

📋 copy color: '#AEF10D'

red 174 ◦ green 241 ◦ blue 13

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

Shades of Inch Worm #AEF10D

Tints of Inch Worm #AEF10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 40.65%
G = 56.31%
B = 3.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#AEF10D (or 0xAEF10D) is known color: Inch Worm. HEX triplet: AE, F1 and 0D. RGB value is (174,241,13). Sum of RGB (Red+Green+Blue) = 174+241+13=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF10D is #510EF2. Grayscale: #C3C3C3. Windows color (decimal): -5312243 or 913838. OLE color: 913838.

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

Color convert

RGB 174 241 13 -
CMYK 0.28 0 0.95 0.05
HSL 77.63º 0.9% 0.5% -
HSV(B) 77.63º 0.95% 0.95% -
XYZ 48.98 71.94 11.68 -
YUV 194.98 25.3 113.04 -
System Red Green Blue C M Y K H S L
Decimal 174 241 13 0.28 0 0.95 0.05 77.63 0.9 0.5
Hex AE F1 D 1C 0 5F 5 4E 5A 32
Octal 256 361 15 34 0 137 5 116 132 62
Binary 10101110 11110001 1101 11100 0 1011111 101 1001110 1011010 110010

Color Harmonies of #AEF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF10D

Black with #AEF10D

Text Example


Text Example

White with #AEF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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