Html Css Color HEX #0CC76C Jade

📋 copy color: '#0CC76C'

red 12 ◦ green 199 ◦ blue 108

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

Shades of Jade #0CC76C

Tints of Jade #0CC76C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.38%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 3.76%
G = 62.38%
B = 33.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#0CC76C (or 0x0CC76C) is known color: Jade. HEX triplet: 0C, C7 and 6C. RGB value is (12,199,108). Sum of RGB (Red+Green+Blue) = 12+199+108=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC76C is #F33893. Grayscale: #848484. Windows color (decimal): -15939732 or 7128844. OLE color: 7128844.

HSL color Cylindrical-coordinate representation of color #0CC76C: hue angle of 150.8º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC76C is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 199 108 -
CMYK 0.94 0 0.46 0.22
HSL 150.8º 0.89% 0.41% -
HSV(B) 150.8º 0.94% 0.78% -
XYZ 23.28 42.01 21.07 -
YUV 132.71 114.05 41.9 -
System Red Green Blue C M Y K H S L
Decimal 12 199 108 0.94 0 0.46 0.22 150.8 0.89 0.41
Hex C C7 6C 5E 0 2E 16 97 59 29
Octal 14 307 154 136 0 56 26 227 131 51
Binary 1100 11000111 1101100 1011110 0 101110 10110 10010111 1011001 101001

Color Harmonies of #0CC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC76C

Black with #0CC76C

Text Example


Text Example

White with #0CC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,199,108); }

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

background-color css

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

 a { background-color: rgb(12,199,108); }

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

border-color css

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

 span { border-color: rgb(12,199,108); }

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