Html Css Color HEX #AEDA0F Inch Worm

📋 copy color: '#AEDA0F'

red 174 ◦ green 218 ◦ blue 15

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

Shades of Inch Worm #AEDA0F

Tints of Inch Worm #AEDA0F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.56%

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

R = 42.75%
G = 53.56%
B = 3.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#AEDA0F (or 0xAEDA0F) is known color: Inch Worm. HEX triplet: AE, DA and 0F. RGB value is (174,218,15). Sum of RGB (Red+Green+Blue) = 174+218+15=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDA0F is #5125F0. Grayscale: #B6B6B6. Windows color (decimal): -5318129 or 1039022. OLE color: 1039022.

HSL color Cylindrical-coordinate representation of color #AEDA0F: hue angle of 73º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEDA0F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 15 -
CMYK 0.20 0 0.93 0.15
HSL 73º 0.87% 0.46% -
HSV(B) 73º 0.93% 0.85% -
XYZ 42.61 59.18 9.63 -
YUV 181.7 33.92 122.51 -
System Red Green Blue C M Y K H S L
Decimal 174 218 15 0.20 0 0.93 0.15 73 0.87 0.46
Hex AE DA F 14 0 5D F 49 57 2E
Octal 256 332 17 24 0 135 17 111 127 56
Binary 10101110 11011010 1111 10100 0 1011101 1111 1001001 1010111 101110

Color Harmonies of #AEDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA0F

Black with #AEDA0F

Text Example


Text Example

White with #AEDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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