Html Css Color HEX #0FB760 Jade

📋 copy color: '#0FB760'

red 15 ◦ green 183 ◦ blue 96

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

Shades of Jade #0FB760

Tints of Jade #0FB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.24%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 5.1%
G = 62.24%
B = 32.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#0FB760 (or 0x0FB760) is known color: Jade. HEX triplet: 0F, B7 and 60. RGB value is (15,183,96). Sum of RGB (Red+Green+Blue) = 15+183+96=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 183 (71.88% from 255 or 62.24% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB760 is #F0489F. Grayscale: #7B7B7B. Windows color (decimal): -15747232 or 6338319. OLE color: 6338319.

HSL color Cylindrical-coordinate representation of color #0FB760: hue angle of 148.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB760 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 96 -
CMYK 0.92 0 0.48 0.28
HSL 148.93º 0.85% 0.39% -
HSV(B) 148.93º 0.92% 0.72% -
XYZ 19.24 34.81 16.77 -
YUV 122.85 112.84 51.07 -
System Red Green Blue C M Y K H S L
Decimal 15 183 96 0.92 0 0.48 0.28 148.93 0.85 0.39
Hex F B7 60 5C 0 30 1C 95 55 27
Octal 17 267 140 134 0 60 34 225 125 47
Binary 1111 10110111 1100000 1011100 0 110000 11100 10010101 1010101 100111

Color Harmonies of #0FB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB760

Black with #0FB760

Text Example


Text Example

White with #0FB760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,96); }

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

background-color css

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

 a { background-color: rgb(15,183,96); }

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

border-color css

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

 span { border-color: rgb(15,183,96); }

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