Html Css Color HEX #0FC16E Jade

📋 copy color: '#0FC16E'

red 15 ◦ green 193 ◦ blue 110

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

Shades of Jade #0FC16E

Tints of Jade #0FC16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 4.72%
G = 60.69%
B = 34.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0FC16E (or 0x0FC16E) is known color: Jade. HEX triplet: 0F, C1 and 6E. RGB value is (15,193,110). Sum of RGB (Red+Green+Blue) = 15+193+110=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC16E is #F03E91. Grayscale: #828282. Windows color (decimal): -15744658 or 7258383. OLE color: 7258383.

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

Color convert

RGB 15 193 110 -
CMYK 0.92 0 0.43 0.24
HSL 152.02º 0.86% 0.41% -
HSV(B) 152.02º 0.92% 0.76% -
XYZ 22.08 39.37 21.19 -
YUV 130.32 116.53 45.75 -
System Red Green Blue C M Y K H S L
Decimal 15 193 110 0.92 0 0.43 0.24 152.02 0.86 0.41
Hex F C1 6E 5C 0 2B 18 98 56 29
Octal 17 301 156 134 0 53 30 230 126 51
Binary 1111 11000001 1101110 1011100 0 101011 11000 10011000 1010110 101001

Color Harmonies of #0FC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC16E

Black with #0FC16E

Text Example


Text Example

White with #0FC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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