Html Css Color HEX #0FB060 Jade

📋 copy color: '#0FB060'

red 15 ◦ green 176 ◦ blue 96

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

Shades of Jade #0FB060

Tints of Jade #0FB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.32%

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

R = 5.23%
G = 61.32%
B = 33.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#0FB060 (or 0x0FB060) is known color: Jade. HEX triplet: 0F, B0 and 60. RGB value is (15,176,96). Sum of RGB (Red+Green+Blue) = 15+176+96=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB060 is #F04F9F. Grayscale: #767676. Windows color (decimal): -15749024 or 6336527. OLE color: 6336527.

HSL color Cylindrical-coordinate representation of color #0FB060: hue angle of 150.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB060 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 96 -
CMYK 0.91 0 0.45 0.31
HSL 150.19º 0.84% 0.37% -
HSV(B) 150.19º 0.91% 0.69% -
XYZ 17.83 32 16.3 -
YUV 118.74 115.16 54 -
System Red Green Blue C M Y K H S L
Decimal 15 176 96 0.91 0 0.45 0.31 150.19 0.84 0.37
Hex F B0 60 5B 0 2D 1F 96 54 25
Octal 17 260 140 133 0 55 37 226 124 45
Binary 1111 10110000 1100000 1011011 0 101101 11111 10010110 1010100 100101

Color Harmonies of #0FB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB060

Black with #0FB060

Text Example


Text Example

White with #0FB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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