Html Css Color HEX #0CB760 Jade

📋 copy color: '#0CB760'

red 12 ◦ green 183 ◦ blue 96

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

Shades of Jade #0CB760

Tints of Jade #0CB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.89%

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

R = 4.12%
G = 62.89%
B = 32.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#0CB760 (or 0x0CB760) is known color: Jade. HEX triplet: 0C, B7 and 60. RGB value is (12,183,96). Sum of RGB (Red+Green+Blue) = 12+183+96=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB760 is #F3489F. Grayscale: #7A7A7A. Windows color (decimal): -15943840 or 6338316. OLE color: 6338316.

HSL color Cylindrical-coordinate representation of color #0CB760: hue angle of 149.47º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB760 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 96 -
CMYK 0.93 0 0.48 0.28
HSL 149.47º 0.88% 0.38% -
HSV(B) 149.47º 0.93% 0.72% -
XYZ 19.2 34.79 16.77 -
YUV 121.95 113.35 49.57 -
System Red Green Blue C M Y K H S L
Decimal 12 183 96 0.93 0 0.48 0.28 149.47 0.88 0.38
Hex C B7 60 5D 0 30 1C 95 58 26
Octal 14 267 140 135 0 60 34 225 130 46
Binary 1100 10110111 1100000 1011101 0 110000 11100 10010101 1011000 100110

Color Harmonies of #0CB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB760

Black with #0CB760

Text Example


Text Example

White with #0CB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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