Html Css Color HEX #0CC16F Jade

📋 copy color: '#0CC16F'

red 12 ◦ green 193 ◦ blue 111

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

Shades of Jade #0CC16F

Tints of Jade #0CC16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.08%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 3.8%
G = 61.08%
B = 35.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#0CC16F (or 0x0CC16F) is known color: Jade. HEX triplet: 0C, C1 and 6F. RGB value is (12,193,111). Sum of RGB (Red+Green+Blue) = 12+193+111=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC16F is #F33E90. Grayscale: #818181. Windows color (decimal): -15941265 or 7323916. OLE color: 7323916.

HSL color Cylindrical-coordinate representation of color #0CC16F: hue angle of 152.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC16F is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 193 111 -
CMYK 0.94 0 0.42 0.24
HSL 152.82º 0.88% 0.4% -
HSV(B) 152.82º 0.94% 0.76% -
XYZ 22.09 39.37 21.47 -
YUV 129.53 117.53 44.17 -
System Red Green Blue C M Y K H S L
Decimal 12 193 111 0.94 0 0.42 0.24 152.82 0.88 0.4
Hex C C1 6F 5E 0 2A 18 99 58 28
Octal 14 301 157 136 0 52 30 231 130 50
Binary 1100 11000001 1101111 1011110 0 101010 11000 10011001 1011000 101000

Color Harmonies of #0CC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC16F

Black with #0CC16F

Text Example


Text Example

White with #0CC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,193,111); }

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

background-color css

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

 a { background-color: rgb(12,193,111); }

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

border-color css

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

 span { border-color: rgb(12,193,111); }

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