Html Css Color HEX #ADE70E Inch Worm

📋 copy color: '#ADE70E'

red 173 ◦ green 231 ◦ blue 14

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

Shades of Inch Worm #ADE70E

Tints of Inch Worm #ADE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.26%

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

R = 41.39%
G = 55.26%
B = 3.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#ADE70E (or 0xADE70E) is known color: Inch Worm. HEX triplet: AD, E7 and 0E. RGB value is (173,231,14). Sum of RGB (Red+Green+Blue) = 173+231+14=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE70E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADE70E is #5218F1. Grayscale: #BDBDBD. Windows color (decimal): -5380338 or 976813. OLE color: 976813.

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

Color convert

RGB 173 231 14 -
CMYK 0.25 0 0.94 0.09
HSL 76.04º 0.89% 0.48% -
HSV(B) 76.04º 0.94% 0.91% -
XYZ 45.89 66.07 10.75 -
YUV 188.92 29.28 116.64 -
System Red Green Blue C M Y K H S L
Decimal 173 231 14 0.25 0 0.94 0.09 76.04 0.89 0.48
Hex AD E7 E 19 0 5E 9 4C 59 30
Octal 255 347 16 31 0 136 11 114 131 60
Binary 10101101 11100111 1110 11001 0 1011110 1001 1001100 1011001 110000

Color Harmonies of #ADE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE70E

Black with #ADE70E

Text Example


Text Example

White with #ADE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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