Html Css Color HEX #0FBB63 Jade

📋 copy color: '#0FBB63'

red 15 ◦ green 187 ◦ blue 99

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

Shades of Jade #0FBB63

Tints of Jade #0FBB63

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.13%

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

R = 4.98%
G = 62.13%
B = 32.89%

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

#0FBB63 (or 0x0FBB63) is known color: Jade. HEX triplet: 0F, BB and 63. RGB value is (15,187,99). Sum of RGB (Red+Green+Blue) = 15+187+99=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBB63 is #F0449C. Grayscale: #7D7D7D. Windows color (decimal): -15746205 or 6535951. OLE color: 6535951.

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

Color convert

RGB 15 187 99 -
CMYK 0.92 0 0.47 0.27
HSL 149.3º 0.85% 0.4% -
HSV(B) 149.3º 0.92% 0.73% -
XYZ 20.22 36.54 17.79 -
YUV 125.54 113.02 49.16 -
System Red Green Blue C M Y K H S L
Decimal 15 187 99 0.92 0 0.47 0.27 149.3 0.85 0.4
Hex F BB 63 5C 0 2F 1B 95 55 28
Octal 17 273 143 134 0 57 33 225 125 50
Binary 1111 10111011 1100011 1011100 0 101111 11011 10010101 1010101 101000

Color Harmonies of #0FBB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBB63

Black with #0FBB63

Text Example


Text Example

White with #0FBB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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