Html Css Color HEX #0CB76A Jade

📋 copy color: '#0CB76A'

red 12 ◦ green 183 ◦ blue 106

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

Shades of Jade #0CB76A

Tints of Jade #0CB76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 3.99%
G = 60.8%
B = 35.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#0CB76A (or 0x0CB76A) is known color: Jade. HEX triplet: 0C, B7 and 6A. RGB value is (12,183,106). Sum of RGB (Red+Green+Blue) = 12+183+106=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB76A is #F34895. Grayscale: #7B7B7B. Windows color (decimal): -15943830 or 6993676. OLE color: 6993676.

HSL color Cylindrical-coordinate representation of color #0CB76A: hue angle of 152.98º 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 #0CB76A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 106 -
CMYK 0.93 0 0.42 0.28
HSL 152.98º 0.88% 0.38% -
HSV(B) 152.98º 0.93% 0.72% -
XYZ 19.69 34.99 19.35 -
YUV 123.09 118.35 48.76 -
System Red Green Blue C M Y K H S L
Decimal 12 183 106 0.93 0 0.42 0.28 152.98 0.88 0.38
Hex C B7 6A 5D 0 2A 1C 99 58 26
Octal 14 267 152 135 0 52 34 231 130 46
Binary 1100 10110111 1101010 1011101 0 101010 11100 10011001 1011000 100110

Color Harmonies of #0CB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB76A

Black with #0CB76A

Text Example


Text Example

White with #0CB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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