Html Css Color HEX #0C880D Green

📋 copy color: '#0C880D'

red 12 ◦ green 136 ◦ blue 13

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

Shades of Green #0C880D

Tints of Green #0C880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 84.47%

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

R = 7.45%
G = 84.47%
B = 8.07%

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

#0C880D (or 0x0C880D) is known color: Green. HEX triplet: 0C, 88 and 0D. RGB value is (12,136,13). Sum of RGB (Red+Green+Blue) = 12+136+13=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 136 (53.52% from 255 or 84.47% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 136 - color contains mainly: green. Hex color #0C880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C880D is #F377F2. Grayscale: #555555. Windows color (decimal): -15955955 or 886796. OLE color: 886796.

HSL color Cylindrical-coordinate representation of color #0C880D: hue angle of 120.48º 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 #0C880D is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 136 13 -
CMYK 0.91 0 0.90 0.47
HSL 120.48º 0.84% 0.29% -
HSV(B) 120.48º 0.91% 0.53% -
XYZ 9.03 17.72 3.32 -
YUV 84.9 87.42 76 -
System Red Green Blue C M Y K H S L
Decimal 12 136 13 0.91 0 0.90 0.47 120.48 0.84 0.29
Hex C 88 D 5B 0 5A 2F 78 54 1D
Octal 14 210 15 133 0 132 57 170 124 35
Binary 1100 10001000 1101 1011011 0 1011010 101111 1111000 1010100 11101

Color Harmonies of #0C880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C880D

Black with #0C880D

Text Example


Text Example

White with #0C880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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