Html Css Color HEX #0FC26E Jade

📋 copy color: '#0FC26E'

red 15 ◦ green 194 ◦ blue 110

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

Shades of Jade #0FC26E

Tints of Jade #0FC26E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.82%

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

R = 4.7%
G = 60.82%
B = 34.48%

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

#0FC26E (or 0x0FC26E) is known color: 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

RGB 15 194 110 -
CMYK 0.92 0 0.43 0.24
HSL 151.84º 0.86% 0.41% -
HSV(B) 151.84º 0.92% 0.76% -
XYZ 22.3 39.81 21.26 -
YUV 130.9 116.2 45.33 -
System Red Green Blue C M Y K H S L
Decimal 15 194 110 0.92 0 0.43 0.24 151.84 0.86 0.41
Hex F C2 6E 5C 0 2B 18 98 56 29
Octal 17 302 156 134 0 53 30 230 126 51
Binary 1111 11000010 1101110 1011100 0 101011 11000 10011000 1010110 101001

Color Harmonies of #0FC26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC26E

Black with #0FC26E

Text Example


Text Example

White with #0FC26E

Text Example


Text Example

HTML Codes & Css Web 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>