Html Css Color HEX #0C870D Green

📋 copy color: '#0C870D'

red 12 ◦ green 135 ◦ blue 13

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

Shades of Green #0C870D

Tints of Green #0C870D

RGB

 RED value IS 12 (5.08% from 255) = 7.5%

 GREEN value IS 135 (53.13% from 255) = 84.38%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 7.5%
G = 84.38%
B = 8.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#0C870D (or 0x0C870D) is known color: Green. HEX triplet: 0C, 87 and 0D. RGB value is (12,135,13). Sum of RGB (Red+Green+Blue) = 12+135+13=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 135 (53.12% from 255 or 84.38% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 135 - color contains mainly: green. Hex color #0C870D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C870D is #F378F2. Grayscale: #545454. Windows color (decimal): -15956211 or 886540. OLE color: 886540.

HSL color Cylindrical-coordinate representation of color #0C870D: hue angle of 120.49º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C870D is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 13 -
CMYK 0.91 0 0.90 0.47
HSL 120.49º 0.84% 0.29% -
HSV(B) 120.49º 0.91% 0.53% -
XYZ 8.89 17.44 3.28 -
YUV 84.32 87.75 76.42 -
System Red Green Blue C M Y K H S L
Decimal 12 135 13 0.91 0 0.90 0.47 120.49 0.84 0.29
Hex C 87 D 5B 0 5A 2F 78 54 1D
Octal 14 207 15 133 0 132 57 170 124 35
Binary 1100 10000111 1101 1011011 0 1011010 101111 1111000 1010100 11101

Color Harmonies of #0C870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C870D

Black with #0C870D

Text Example


Text Example

White with #0C870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C870D; }

 p { color: rgb(12,135,13); }

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

background-color css

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

 a { background-color: rgb(12,135,13); }

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

border-color css

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

 span { border-color: rgb(12,135,13); }

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