Html Css Color HEX #0FBA72 Jade

📋 copy color: '#0FBA72'

red 15 ◦ green 186 ◦ blue 114

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

Shades of Jade #0FBA72

Tints of Jade #0FBA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.05%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 4.76%
G = 59.05%
B = 36.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#0FBA72 (or 0x0FBA72) is known color: Jade. HEX triplet: 0F, BA and 72. RGB value is (15,186,114). Sum of RGB (Red+Green+Blue) = 15+186+114=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA72 is #F0458D. Grayscale: #7E7E7E. Windows color (decimal): -15746446 or 7518735. OLE color: 7518735.

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

Color convert

RGB 15 186 114 -
CMYK 0.92 0 0.39 0.27
HSL 154.74º 0.85% 0.39% -
HSV(B) 154.74º 0.92% 0.73% -
XYZ 20.79 36.43 21.86 -
YUV 126.66 120.85 48.35 -
System Red Green Blue C M Y K H S L
Decimal 15 186 114 0.92 0 0.39 0.27 154.74 0.85 0.39
Hex F BA 72 5C 0 27 1B 9B 55 27
Octal 17 272 162 134 0 47 33 233 125 47
Binary 1111 10111010 1110010 1011100 0 100111 11011 10011011 1010101 100111

Color Harmonies of #0FBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA72

Black with #0FBA72

Text Example


Text Example

White with #0FBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,114); }

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

background-color css

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

 a { background-color: rgb(15,186,114); }

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

border-color css

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

 span { border-color: rgb(15,186,114); }

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