Html Css Color HEX #AEEB0D Inch Worm

📋 copy color: '#AEEB0D'

red 174 ◦ green 235 ◦ blue 13

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

Shades of Inch Worm #AEEB0D

Tints of Inch Worm #AEEB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.69%

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

R = 41.23%
G = 55.69%
B = 3.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#AEEB0D (or 0xAEEB0D) is known color: Inch Worm. HEX triplet: AE, EB and 0D. RGB value is (174,235,13). Sum of RGB (Red+Green+Blue) = 174+235+13=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEB0D is #5114F2. Grayscale: #C0C0C0. Windows color (decimal): -5313779 or 912302. OLE color: 912302.

HSL color Cylindrical-coordinate representation of color #AEEB0D: hue angle of 76.49º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEEB0D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 13 -
CMYK 0.26 0 0.94 0.08
HSL 76.49º 0.9% 0.49% -
HSV(B) 76.49º 0.94% 0.92% -
XYZ 47.24 68.44 11.1 -
YUV 191.45 27.29 115.55 -
System Red Green Blue C M Y K H S L
Decimal 174 235 13 0.26 0 0.94 0.08 76.49 0.9 0.49
Hex AE EB D 1A 0 5E 8 4C 5A 31
Octal 256 353 15 32 0 136 10 114 132 61
Binary 10101110 11101011 1101 11010 0 1011110 1000 1001100 1011010 110001

Color Harmonies of #AEEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEB0D

Black with #AEEB0D

Text Example


Text Example

White with #AEEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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