Html Css Color HEX #0FBA71 Jade

📋 copy color: '#0FBA71'

red 15 ◦ green 186 ◦ blue 113

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

Shades of Jade #0FBA71

Tints of Jade #0FBA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 4.78%
G = 59.24%
B = 35.99%

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

#0FBA71 (or 0x0FBA71) is known color: Jade. HEX triplet: 0F, BA and 71. RGB value is (15,186,113). Sum of RGB (Red+Green+Blue) = 15+186+113=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA71 is #F0458E. Grayscale: #7E7E7E. Windows color (decimal): -15746447 or 7453199. OLE color: 7453199.

HSL color Cylindrical-coordinate representation of color #0FBA71: hue angle of 154.39º 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 #0FBA71 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 113 -
CMYK 0.92 0 0.39 0.27
HSL 154.39º 0.85% 0.39% -
HSV(B) 154.39º 0.92% 0.73% -
XYZ 20.74 36.41 21.56 -
YUV 126.55 120.35 48.44 -
System Red Green Blue C M Y K H S L
Decimal 15 186 113 0.92 0 0.39 0.27 154.39 0.85 0.39
Hex F BA 71 5C 0 27 1B 9A 55 27
Octal 17 272 161 134 0 47 33 232 125 47
Binary 1111 10111010 1110001 1011100 0 100111 11011 10011010 1010101 100111

Color Harmonies of #0FBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA71

Black with #0FBA71

Text Example


Text Example

White with #0FBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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