Html Css Color HEX #AEED0D Inch Worm

📋 copy color: '#AEED0D'

red 174 ◦ green 237 ◦ blue 13

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

Shades of Inch Worm #AEED0D

Tints of Inch Worm #AEED0D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.9%

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

R = 41.04%
G = 55.9%
B = 3.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#AEED0D (or 0xAEED0D) is known color: Inch Worm. HEX triplet: AE, ED and 0D. RGB value is (174,237,13). Sum of RGB (Red+Green+Blue) = 174+237+13=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEED0D is #5112F2. Grayscale: #C1C1C1. Windows color (decimal): -5313267 or 912814. OLE color: 912814.

HSL color Cylindrical-coordinate representation of color #AEED0D: hue angle of 76.88º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEED0D is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 13 -
CMYK 0.27 0 0.95 0.07
HSL 76.88º 0.9% 0.49% -
HSV(B) 76.88º 0.95% 0.93% -
XYZ 47.81 69.6 11.29 -
YUV 192.63 26.63 114.71 -
System Red Green Blue C M Y K H S L
Decimal 174 237 13 0.27 0 0.95 0.07 76.88 0.9 0.49
Hex AE ED D 1B 0 5F 7 4D 5A 31
Octal 256 355 15 33 0 137 7 115 132 61
Binary 10101110 11101101 1101 11011 0 1011111 111 1001101 1011010 110001

Color Harmonies of #AEED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED0D

Black with #AEED0D

Text Example


Text Example

White with #AEED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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