Html Css Color HEX #0FBA63 Jade

📋 copy color: '#0FBA63'

red 15 ◦ green 186 ◦ blue 99

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

Shades of Jade #0FBA63

Tints of Jade #0FBA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 5%
G = 62%
B = 33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#0FBA63 (or 0x0FBA63) is known color: Jade. HEX triplet: 0F, BA and 63. RGB value is (15,186,99). Sum of RGB (Red+Green+Blue) = 15+186+99=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA63 is #F0459C. Grayscale: #7D7D7D. Windows color (decimal): -15746461 or 6535695. OLE color: 6535695.

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

Color convert

RGB 15 186 99 -
CMYK 0.92 0 0.47 0.27
HSL 149.47º 0.85% 0.39% -
HSV(B) 149.47º 0.92% 0.73% -
XYZ 20.01 36.12 17.72 -
YUV 124.95 113.35 49.57 -
System Red Green Blue C M Y K H S L
Decimal 15 186 99 0.92 0 0.47 0.27 149.47 0.85 0.39
Hex F BA 63 5C 0 2F 1B 95 55 27
Octal 17 272 143 134 0 57 33 225 125 47
Binary 1111 10111010 1100011 1011100 0 101111 11011 10010101 1010101 100111

Color Harmonies of #0FBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA63

Black with #0FBA63

Text Example


Text Example

White with #0FBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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