Html Css Color HEX #0CB968 Jade

📋 copy color: '#0CB968'

red 12 ◦ green 185 ◦ blue 104

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

Shades of Jade #0CB968

Tints of Jade #0CB968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 3.99%
G = 61.46%
B = 34.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#0CB968 (or 0x0CB968) is known color: Jade. HEX triplet: 0C, B9 and 68. RGB value is (12,185,104). Sum of RGB (Red+Green+Blue) = 12+185+104=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB968 is #F34697. Grayscale: #7C7C7C. Windows color (decimal): -15943320 or 6863116. OLE color: 6863116.

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

Color convert

RGB 12 185 104 -
CMYK 0.94 0 0.44 0.27
HSL 151.91º 0.88% 0.39% -
HSV(B) 151.91º 0.94% 0.73% -
XYZ 20 35.78 18.95 -
YUV 124.04 116.69 48.09 -
System Red Green Blue C M Y K H S L
Decimal 12 185 104 0.94 0 0.44 0.27 151.91 0.88 0.39
Hex C B9 68 5E 0 2C 1B 98 58 27
Octal 14 271 150 136 0 54 33 230 130 47
Binary 1100 10111001 1101000 1011110 0 101100 11011 10011000 1011000 100111

Color Harmonies of #0CB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB968

Black with #0CB968

Text Example


Text Example

White with #0CB968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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