Html Css Color HEX #0FC16C Jade

📋 copy color: '#0FC16C'

red 15 ◦ green 193 ◦ blue 108

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

Shades of Jade #0FC16C

Tints of Jade #0FC16C

RGB

 RED value IS 15 (6.25% from 255) = 4.75%

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

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

R = 4.75%
G = 61.08%
B = 34.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#0FC16C (or 0x0FC16C) is known color: Jade. HEX triplet: 0F, C1 and 6C. RGB value is (15,193,108). Sum of RGB (Red+Green+Blue) = 15+193+108=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC16C is #F03E93. Grayscale: #828282. Windows color (decimal): -15744660 or 7127311. OLE color: 7127311.

HSL color Cylindrical-coordinate representation of color #0FC16C: hue angle of 151.35º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC16C is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 193 108 -
CMYK 0.92 0 0.44 0.24
HSL 151.35º 0.86% 0.41% -
HSV(B) 151.35º 0.92% 0.76% -
XYZ 21.97 39.32 20.62 -
YUV 130.09 115.53 45.91 -
System Red Green Blue C M Y K H S L
Decimal 15 193 108 0.92 0 0.44 0.24 151.35 0.86 0.41
Hex F C1 6C 5C 0 2C 18 97 56 29
Octal 17 301 154 134 0 54 30 227 126 51
Binary 1111 11000001 1101100 1011100 0 101100 11000 10010111 1010110 101001

Color Harmonies of #0FC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC16C

Black with #0FC16C

Text Example


Text Example

White with #0FC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,193,108); }

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

background-color css

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

 a { background-color: rgb(15,193,108); }

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

border-color css

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

 span { border-color: rgb(15,193,108); }

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