Html Css Color HEX #0FBB64 Jade

📋 copy color: '#0FBB64'

red 15 ◦ green 187 ◦ blue 100

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

Shades of Jade #0FBB64

Tints of Jade #0FBB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 4.97%
G = 61.92%
B = 33.11%

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

#0FBB64 (or 0x0FBB64) is known color: Jade. HEX triplet: 0F, BB and 64. RGB value is (15,187,100). Sum of RGB (Red+Green+Blue) = 15+187+100=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBB64 is #F0449B. Grayscale: #7D7D7D. Windows color (decimal): -15746204 or 6601487. OLE color: 6601487.

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

Color convert

RGB 15 187 100 -
CMYK 0.92 0 0.47 0.27
HSL 149.65º 0.85% 0.4% -
HSV(B) 149.65º 0.92% 0.73% -
XYZ 20.27 36.56 18.05 -
YUV 125.65 113.52 49.07 -
System Red Green Blue C M Y K H S L
Decimal 15 187 100 0.92 0 0.47 0.27 149.65 0.85 0.4
Hex F BB 64 5C 0 2F 1B 96 55 28
Octal 17 273 144 134 0 57 33 226 125 50
Binary 1111 10111011 1100100 1011100 0 101111 11011 10010110 1010101 101000

Color Harmonies of #0FBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBB64

Black with #0FBB64

Text Example


Text Example

White with #0FBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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