#0FC26E

Color #0FC26E Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #0FC26E

Tints of Jade #0FC26E

Color information

#0FC26E (or 0x0FC26E) is unknown color: approx Jade. HEX triplet: 0F, C2 and 6E. RGB value is (15,194,110). Sum of RGB (Red+Green+Blue) = 15+194+110=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC26E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC26E is #F03D91. Grayscale: #838383. Windows color (decimal): -15744402 or 7258639. OLE color: 7258639.

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

Color convert

RGB15194110-
CMYK0.9200.430.24
HSL151.84º85.65%40.98%-
HSV(B)151.84º92.27%76.08%-
XYZ22.339.8121.26-
YUV130.9116.245.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 194 (76.17% from 255) = 60.82%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=4.70%
G=60.82%
B=34.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151941100.9200.430.24151.8485.6540.98
HexFC26E5C02B18985629
Octal173021561340533023012651
Binary11111100001011011101011100010101111000100110001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FC26E;
 }
 .AnyTagClassName
 {
   color: #0FC26E;
 }
</style>
background-color css

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

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

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

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

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

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