Html Css Color HEX #0CB960 Jade

📋 copy color: '#0CB960'

red 12 ◦ green 185 ◦ blue 96

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

Shades of Jade #0CB960

Tints of Jade #0CB960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 4.1%
G = 63.14%
B = 32.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#0CB960 (or 0x0CB960) is known color: Jade. HEX triplet: 0C, B9 and 60. RGB value is (12,185,96). Sum of RGB (Red+Green+Blue) = 12+185+96=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB960 is #F3469F. Grayscale: #7B7B7B. Windows color (decimal): -15943328 or 6338828. OLE color: 6338828.

HSL color Cylindrical-coordinate representation of color #0CB960: hue angle of 149.13º 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 #0CB960 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 96 -
CMYK 0.94 0 0.48 0.27
HSL 149.13º 0.88% 0.39% -
HSV(B) 149.13º 0.94% 0.73% -
XYZ 19.61 35.62 16.91 -
YUV 123.13 112.69 48.74 -
System Red Green Blue C M Y K H S L
Decimal 12 185 96 0.94 0 0.48 0.27 149.13 0.88 0.39
Hex C B9 60 5E 0 30 1B 95 58 27
Octal 14 271 140 136 0 60 33 225 130 47
Binary 1100 10111001 1100000 1011110 0 110000 11011 10010101 1011000 100111

Color Harmonies of #0CB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB960

Black with #0CB960

Text Example


Text Example

White with #0CB960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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