Html Css Color HEX #0FC56D Jade

📋 copy color: '#0FC56D'

red 15 ◦ green 197 ◦ blue 109

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

Shades of Jade #0FC56D

Tints of Jade #0FC56D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.37%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 4.67%
G = 61.37%
B = 33.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#0FC56D (or 0x0FC56D) is known color: Jade. HEX triplet: 0F, C5 and 6D. RGB value is (15,197,109). Sum of RGB (Red+Green+Blue) = 15+197+109=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC56D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC56D is #F03A92. Grayscale: #848484. Windows color (decimal): -15743635 or 7193871. OLE color: 7193871.

HSL color Cylindrical-coordinate representation of color #0FC56D: hue angle of 150.99º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC56D is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 15 197 109 -
CMYK 0.92 0 0.45 0.23
HSL 150.99º 0.86% 0.42% -
HSV(B) 150.99º 0.92% 0.77% -
XYZ 22.92 41.14 21.2 -
YUV 132.55 114.7 44.16 -
System Red Green Blue C M Y K H S L
Decimal 15 197 109 0.92 0 0.45 0.23 150.99 0.86 0.42
Hex F C5 6D 5C 0 2D 17 97 56 2A
Octal 17 305 155 134 0 55 27 227 126 52
Binary 1111 11000101 1101101 1011100 0 101101 10111 10010111 1010110 101010

Color Harmonies of #0FC56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC56D

Black with #0FC56D

Text Example


Text Example

White with #0FC56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,197,109); }

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

background-color css

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

 a { background-color: rgb(15,197,109); }

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

border-color css

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

 span { border-color: rgb(15,197,109); }

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