Html Css Color HEX #008C13 Green

📋 copy color: '#008C13'

red 0 ◦ green 140 ◦ blue 19

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

Shades of Green #008C13

Tints of Green #008C13

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 140 (55.08% from 255) = 88.05%

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 0%
G = 88.05%
B = 11.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#008C13 (or 0x008C13) is known color: Green. HEX triplet: 00, 8C and 13. RGB value is (0,140,19). Sum of RGB (Red+Green+Blue) = 0+140+19=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #008C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C13 is #FF73EC. Grayscale: #545454. Windows color (decimal): -16741357 or 1281024. OLE color: 1281024.

HSL color Cylindrical-coordinate representation of color #008C13: hue angle of 128.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C13 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 140 19 -
CMYK 1 0 0.86 0.45
HSL 128.14º 1% 0.27% -
HSV(B) 128.14º 1% 0.55% -
XYZ 9.5 18.8 3.75 -
YUV 84.35 91.12 67.84 -
System Red Green Blue C M Y K H S L
Decimal 0 140 19 1 0 0.86 0.45 128.14 1 0.27
Hex 0 8C 13 64 0 56 2D 80 64 1B
Octal 0 214 23 144 0 126 55 200 144 33
Binary 0 10001100 10011 1100100 0 1010110 101101 10000000 1100100 11011

Color Harmonies of #008C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C13

Black with #008C13

Text Example


Text Example

White with #008C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008C13; }

 p { color: rgb(0,140,19); }

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

background-color css

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

 a { background-color: rgb(0,140,19); }

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

border-color css

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

 span { border-color: rgb(0,140,19); }

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