Html Css Color HEX #ADEC14 Inch Worm

📋 copy color: '#ADEC14'

red 173 ◦ green 236 ◦ blue 20

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

Shades of Inch Worm #ADEC14

Tints of Inch Worm #ADEC14

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.01%

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 40.33%
G = 55.01%
B = 4.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ADEC14 (or 0xADEC14) is known color: Inch Worm. HEX triplet: AD, EC and 14. RGB value is (173,236,20). Sum of RGB (Red+Green+Blue) = 173+236+20=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 236 (92.58% from 255 or 55.01% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEC14 is #5213EB. Grayscale: #C1C1C1. Windows color (decimal): -5379052 or 1371309. OLE color: 1371309.

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

Color convert

RGB 173 236 20 -
CMYK 0.27 0 0.92 0.07
HSL 77.5º 0.85% 0.5% -
HSV(B) 77.5º 0.92% 0.93% -
XYZ 47.36 68.93 11.47 -
YUV 192.54 30.63 114.06 -
System Red Green Blue C M Y K H S L
Decimal 173 236 20 0.27 0 0.92 0.07 77.5 0.85 0.5
Hex AD EC 14 1B 0 5C 7 4E 55 32
Octal 255 354 24 33 0 134 7 116 125 62
Binary 10101101 11101100 10100 11011 0 1011100 111 1001110 1010101 110010

Color Harmonies of #ADEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC14

Black with #ADEC14

Text Example


Text Example

White with #ADEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC14; }

 p { color: rgb(173,236,20); }

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

background-color css

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

 a { background-color: rgb(173,236,20); }

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

border-color css

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

 span { border-color: rgb(173,236,20); }

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