Html Css Color HEX #ADEA0D Inch Worm

📋 copy color: '#ADEA0D'

red 173 ◦ green 234 ◦ blue 13

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

Shades of Inch Worm #ADEA0D

Tints of Inch Worm #ADEA0D

RGB

 RED value IS 173 (67.97% from 255) = 41.19%

 GREEN value IS 234 (91.8% from 255) = 55.71%

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

R = 41.19%
G = 55.71%
B = 3.1%

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

#ADEA0D (or 0xADEA0D) is known color: Inch Worm. HEX triplet: AD, EA and 0D. RGB value is (173,234,13). Sum of RGB (Red+Green+Blue) = 173+234+13=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEA0D is #5215F2. Grayscale: #BFBFBF. Windows color (decimal): -5379571 or 912045. OLE color: 912045.

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

Color convert

RGB 173 234 13 -
CMYK 0.26 0 0.94 0.08
HSL 76.56º 0.89% 0.48% -
HSV(B) 76.56º 0.94% 0.92% -
XYZ 46.73 67.76 11 -
YUV 190.57 27.79 115.47 -
System Red Green Blue C M Y K H S L
Decimal 173 234 13 0.26 0 0.94 0.08 76.56 0.89 0.48
Hex AD EA D 1A 0 5E 8 4D 59 30
Octal 255 352 15 32 0 136 10 115 131 60
Binary 10101101 11101010 1101 11010 0 1011110 1000 1001101 1011001 110000

Color Harmonies of #ADEA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEA0D

Black with #ADEA0D

Text Example


Text Example

White with #ADEA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEA0D; }

 p { color: rgb(173,234,13); }

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

background-color css

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

 a { background-color: rgb(173,234,13); }

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

border-color css

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

 span { border-color: rgb(173,234,13); }

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