Html Css Color HEX #0C6300 Green

📋 copy color: '#0C6300'

red 12 ◦ green 99 ◦ blue 0

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

Shades of Green #0C6300

Tints of Green #0C6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 89.19%

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

R = 10.81%
G = 89.19%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#0C6300 (or 0x0C6300) is known color: Green. HEX triplet: 0C, 63 and 00. RGB value is (12,99,0). Sum of RGB (Red+Green+Blue) = 12+99+0=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 99 (39.06% from 255 or 89.19% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6300 is #F39CFF. Grayscale: #3E3E3E. Windows color (decimal): -15965440 or 25356. OLE color: 25356.

HSL color Cylindrical-coordinate representation of color #0C6300: hue angle of 112.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C6300 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 0 -
CMYK 0.88 0 1 0.61
HSL 112.73º 1% 0.19% -
HSV(B) 112.73º 1% 0.39% -
XYZ 4.61 9 1.49 -
YUV 61.7 93.18 92.55 -
System Red Green Blue C M Y K H S L
Decimal 12 99 0 0.88 0 1 0.61 112.73 1 0.19
Hex C 63 0 58 0 64 3D 71 64 13
Octal 14 143 0 130 0 144 75 161 144 23
Binary 1100 1100011 0 1011000 0 1100100 111101 1110001 1100100 10011

Color Harmonies of #0C6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6300

Black with #0C6300

Text Example


Text Example

White with #0C6300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,0); }

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

background-color css

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

 a { background-color: rgb(12,99,0); }

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

border-color css

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

 span { border-color: rgb(12,99,0); }

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