Html Css Color HEX #0FBA6C Jade

📋 copy color: '#0FBA6C'

red 15 ◦ green 186 ◦ blue 108

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

Shades of Jade #0FBA6C

Tints of Jade #0FBA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 4.85%
G = 60.19%
B = 34.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#0FBA6C (or 0x0FBA6C) is known color: Jade. HEX triplet: 0F, BA and 6C. RGB value is (15,186,108). Sum of RGB (Red+Green+Blue) = 15+186+108=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA6C is #F04593. Grayscale: #7E7E7E. Windows color (decimal): -15746452 or 7125519. OLE color: 7125519.

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

Color convert

RGB 15 186 108 -
CMYK 0.92 0 0.42 0.27
HSL 152.63º 0.85% 0.39% -
HSV(B) 152.63º 0.92% 0.73% -
XYZ 20.46 36.3 20.12 -
YUV 125.98 117.85 48.84 -
System Red Green Blue C M Y K H S L
Decimal 15 186 108 0.92 0 0.42 0.27 152.63 0.85 0.39
Hex F BA 6C 5C 0 2A 1B 99 55 27
Octal 17 272 154 134 0 52 33 231 125 47
Binary 1111 10111010 1101100 1011100 0 101010 11011 10011001 1010101 100111

Color Harmonies of #0FBA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA6C

Black with #0FBA6C

Text Example


Text Example

White with #0FBA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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