Html Css Color HEX #0FBC6F Jade

📋 copy color: '#0FBC6F'

red 15 ◦ green 188 ◦ blue 111

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

Shades of Jade #0FBC6F

Tints of Jade #0FBC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.87%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 4.78%
G = 59.87%
B = 35.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#0FBC6F (or 0x0FBC6F) is known color: Jade. HEX triplet: 0F, BC and 6F. RGB value is (15,188,111). Sum of RGB (Red+Green+Blue) = 15+188+111=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC6F is #F04390. Grayscale: #7F7F7F. Windows color (decimal): -15745937 or 7322639. OLE color: 7322639.

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

Color convert

RGB 15 188 111 -
CMYK 0.92 0 0.41 0.26
HSL 153.29º 0.85% 0.4% -
HSV(B) 153.29º 0.92% 0.74% -
XYZ 21.05 37.22 21.11 -
YUV 127.5 118.69 47.76 -
System Red Green Blue C M Y K H S L
Decimal 15 188 111 0.92 0 0.41 0.26 153.29 0.85 0.4
Hex F BC 6F 5C 0 29 1A 99 55 28
Octal 17 274 157 134 0 51 32 231 125 50
Binary 1111 10111100 1101111 1011100 0 101001 11010 10011001 1010101 101000

Color Harmonies of #0FBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC6F

Black with #0FBC6F

Text Example


Text Example

White with #0FBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,111); }

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

background-color css

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

 a { background-color: rgb(15,188,111); }

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

border-color css

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

 span { border-color: rgb(15,188,111); }

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