Html Css Color HEX #ADDF0E Inch Worm

📋 copy color: '#ADDF0E'

red 173 ◦ green 223 ◦ blue 14

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

Shades of Inch Worm #ADDF0E

Tints of Inch Worm #ADDF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.39%

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

R = 42.2%
G = 54.39%
B = 3.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#ADDF0E (or 0xADDF0E) is known color: Inch Worm. HEX triplet: AD, DF and 0E. RGB value is (173,223,14). Sum of RGB (Red+Green+Blue) = 173+223+14=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF0E is #5220F1. Grayscale: #B9B9B9. Windows color (decimal): -5382386 or 974765. OLE color: 974765.

HSL color Cylindrical-coordinate representation of color #ADDF0E: hue angle of 74.35º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADDF0E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 14 -
CMYK 0.22 0 0.94 0.13
HSL 74.35º 0.88% 0.46% -
HSV(B) 74.35º 0.94% 0.87% -
XYZ 43.7 61.69 10.02 -
YUV 184.22 31.94 119.99 -
System Red Green Blue C M Y K H S L
Decimal 173 223 14 0.22 0 0.94 0.13 74.35 0.88 0.46
Hex AD DF E 16 0 5E D 4A 58 2E
Octal 255 337 16 26 0 136 15 112 130 56
Binary 10101101 11011111 1110 10110 0 1011110 1101 1001010 1011000 101110

Color Harmonies of #ADDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF0E

Black with #ADDF0E

Text Example


Text Example

White with #ADDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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