Html Css Color HEX #0C840D Green

📋 copy color: '#0C840D'

red 12 ◦ green 132 ◦ blue 13

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

Shades of Green #0C840D

Tints of Green #0C840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 84.08%

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

R = 7.64%
G = 84.08%
B = 8.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#0C840D (or 0x0C840D) is known color: Green. HEX triplet: 0C, 84 and 0D. RGB value is (12,132,13). Sum of RGB (Red+Green+Blue) = 12+132+13=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #0C840D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C840D is #F37BF2. Grayscale: #525252. Windows color (decimal): -15956979 or 885772. OLE color: 885772.

HSL color Cylindrical-coordinate representation of color #0C840D: hue angle of 120.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C840D is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 132 13 -
CMYK 0.91 0 0.90 0.48
HSL 120.5º 0.83% 0.28% -
HSV(B) 120.5º 0.91% 0.52% -
XYZ 8.48 16.61 3.14 -
YUV 82.55 88.74 77.68 -
System Red Green Blue C M Y K H S L
Decimal 12 132 13 0.91 0 0.90 0.48 120.5 0.83 0.28
Hex C 84 D 5B 0 5A 30 79 53 1C
Octal 14 204 15 133 0 132 60 171 123 34
Binary 1100 10000100 1101 1011011 0 1011010 110000 1111001 1010011 11100

Color Harmonies of #0C840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C840D

Black with #0C840D

Text Example


Text Example

White with #0C840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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