Html Css Color HEX #ADEB0E Inch Worm

📋 copy color: '#ADEB0E'

red 173 ◦ green 235 ◦ blue 14

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

Shades of Inch Worm #ADEB0E

Tints of Inch Worm #ADEB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.32%

R = 41%
G = 55.69%
B = 3.32%

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

#ADEB0E (or 0xADEB0E) is known color: Inch Worm. HEX triplet: AD, EB and 0E. RGB value is (173,235,14). Sum of RGB (Red+Green+Blue) = 173+235+14=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEB0E is #5214F1. Grayscale: #C0C0C0. Windows color (decimal): -5379314 or 977837. OLE color: 977837.

HSL color Cylindrical-coordinate representation of color #ADEB0E: hue angle of 76.83º degrees, saturation: 0.89, 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 #ADEB0E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 14 -
CMYK 0.26 0 0.94 0.08
HSL 76.83º 0.89% 0.49% -
HSV(B) 76.83º 0.94% 0.92% -
XYZ 47.02 68.33 11.13 -
YUV 191.27 27.96 114.97 -
System Red Green Blue C M Y K H S L
Decimal 173 235 14 0.26 0 0.94 0.08 76.83 0.89 0.49
Hex AD EB E 1A 0 5E 8 4D 59 31
Octal 255 353 16 32 0 136 10 115 131 61
Binary 10101101 11101011 1110 11010 0 1011110 1000 1001101 1011001 110001

Color Harmonies of #ADEB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB0E

Black with #ADEB0E

Text Example


Text Example

White with #ADEB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB0E; }

 p { color: rgb(173,235,14); }

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

background-color css

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

 a { background-color: rgb(173,235,14); }

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

border-color css

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

 span { border-color: rgb(173,235,14); }

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