Html Css Color HEX #AEDE0C Inch Worm

📋 copy color: '#AEDE0C'

red 174 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #AEDE0C

Tints of Inch Worm #AEDE0C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.41%

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

R = 42.65%
G = 54.41%
B = 2.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#AEDE0C (or 0xAEDE0C) is known color: Inch Worm. HEX triplet: AE, DE and 0C. RGB value is (174,222,12). Sum of RGB (Red+Green+Blue) = 174+222+12=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDE0C is #5121F3. Grayscale: #B8B8B8. Windows color (decimal): -5317108 or 843438. OLE color: 843438.

HSL color Cylindrical-coordinate representation of color #AEDE0C: hue angle of 73.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEDE0C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 12 -
CMYK 0.22 0 0.95 0.13
HSL 73.71º 0.9% 0.46% -
HSV(B) 73.71º 0.95% 0.87% -
XYZ 43.64 61.27 9.87 -
YUV 183.71 31.1 121.08 -
System Red Green Blue C M Y K H S L
Decimal 174 222 12 0.22 0 0.95 0.13 73.71 0.9 0.46
Hex AE DE C 16 0 5F D 4A 5A 2E
Octal 256 336 14 26 0 137 15 112 132 56
Binary 10101110 11011110 1100 10110 0 1011111 1101 1001010 1011010 101110

Color Harmonies of #AEDE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE0C

Black with #AEDE0C

Text Example


Text Example

White with #AEDE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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