Html Css Color HEX #0FC16F Jade

📋 copy color: '#0FC16F'

red 15 ◦ green 193 ◦ blue 111

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

Shades of Jade #0FC16F

Tints of Jade #0FC16F

RGB

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

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

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

R = 4.7%
G = 60.5%
B = 34.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#0FC16F (or 0x0FC16F) is known color: Jade. HEX triplet: 0F, C1 and 6F. RGB value is (15,193,111). Sum of RGB (Red+Green+Blue) = 15+193+111=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC16F is #F03E90. Grayscale: #828282. Windows color (decimal): -15744657 or 7323919. OLE color: 7323919.

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

Color convert

RGB 15 193 111 -
CMYK 0.92 0 0.42 0.24
HSL 152.36º 0.86% 0.41% -
HSV(B) 152.36º 0.92% 0.76% -
XYZ 22.14 39.39 21.48 -
YUV 130.43 117.03 45.67 -
System Red Green Blue C M Y K H S L
Decimal 15 193 111 0.92 0 0.42 0.24 152.36 0.86 0.41
Hex F C1 6F 5C 0 2A 18 98 56 29
Octal 17 301 157 134 0 52 30 230 126 51
Binary 1111 11000001 1101111 1011100 0 101010 11000 10011000 1010110 101001

Color Harmonies of #0FC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC16F

Black with #0FC16F

Text Example


Text Example

White with #0FC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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