Html Css Color HEX #0CB963 Jade

📋 copy color: '#0CB963'

red 12 ◦ green 185 ◦ blue 99

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

Shades of Jade #0CB963

Tints of Jade #0CB963

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.5%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 4.05%
G = 62.5%
B = 33.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#0CB963 (or 0x0CB963) is known color: Jade. HEX triplet: 0C, B9 and 63. RGB value is (12,185,99). Sum of RGB (Red+Green+Blue) = 12+185+99=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB963 is #F3469C. Grayscale: #7B7B7B. Windows color (decimal): -15943325 or 6535436. OLE color: 6535436.

HSL color Cylindrical-coordinate representation of color #0CB963: hue angle of 150.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB963 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 99 -
CMYK 0.94 0 0.46 0.27
HSL 150.17º 0.88% 0.39% -
HSV(B) 150.17º 0.94% 0.73% -
XYZ 19.75 35.68 17.65 -
YUV 123.47 114.19 48.49 -
System Red Green Blue C M Y K H S L
Decimal 12 185 99 0.94 0 0.46 0.27 150.17 0.88 0.39
Hex C B9 63 5E 0 2E 1B 96 58 27
Octal 14 271 143 136 0 56 33 226 130 47
Binary 1100 10111001 1100011 1011110 0 101110 11011 10010110 1011000 100111

Color Harmonies of #0CB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB963

Black with #0CB963

Text Example


Text Example

White with #0CB963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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