Html Css Color HEX #0FC167 Jade

📋 copy color: '#0FC167'

red 15 ◦ green 193 ◦ blue 103

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

Shades of Jade #0FC167

Tints of Jade #0FC167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 4.82%
G = 62.06%
B = 33.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#0FC167 (or 0x0FC167) is known color: Jade. HEX triplet: 0F, C1 and 67. RGB value is (15,193,103). Sum of RGB (Red+Green+Blue) = 15+193+103=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC167 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC167 is #F03E98. Grayscale: #818181. Windows color (decimal): -15744665 or 6799631. OLE color: 6799631.

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

Color convert

RGB 15 193 103 -
CMYK 0.92 0 0.47 0.24
HSL 149.66º 0.86% 0.41% -
HSV(B) 149.66º 0.92% 0.76% -
XYZ 21.72 39.22 19.26 -
YUV 129.52 113.03 46.32 -
System Red Green Blue C M Y K H S L
Decimal 15 193 103 0.92 0 0.47 0.24 149.66 0.86 0.41
Hex F C1 67 5C 0 2F 18 96 56 29
Octal 17 301 147 134 0 57 30 226 126 51
Binary 1111 11000001 1100111 1011100 0 101111 11000 10010110 1010110 101001

Color Harmonies of #0FC167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC167

Black with #0FC167

Text Example


Text Example

White with #0FC167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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