Html Css Color HEX #0C880E Green

📋 copy color: '#0C880E'

red 12 ◦ green 136 ◦ blue 14

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

Shades of Green #0C880E

Tints of Green #0C880E

RGB

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

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

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

R = 7.41%
G = 83.95%
B = 8.64%

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

#0C880E (or 0x0C880E) is known color: Green. HEX triplet: 0C, 88 and 0E. RGB value is (12,136,14). Sum of RGB (Red+Green+Blue) = 12+136+14=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 136 (53.52% from 255 or 83.95% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 136 - color contains mainly: green. Hex color #0C880E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C880E is #F377F1. Grayscale: #555555. Windows color (decimal): -15955954 or 952332. OLE color: 952332.

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

Color convert

RGB 12 136 14 -
CMYK 0.91 0 0.90 0.47
HSL 120.97º 0.84% 0.29% -
HSV(B) 120.97º 0.91% 0.53% -
XYZ 9.04 17.72 3.36 -
YUV 85.02 87.92 75.92 -
System Red Green Blue C M Y K H S L
Decimal 12 136 14 0.91 0 0.90 0.47 120.97 0.84 0.29
Hex C 88 E 5B 0 5A 2F 79 54 1D
Octal 14 210 16 133 0 132 57 171 124 35
Binary 1100 10001000 1110 1011011 0 1011010 101111 1111001 1010100 11101

Color Harmonies of #0C880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C880E

Black with #0C880E

Text Example


Text Example

White with #0C880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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