Html Css Color HEX #0FBF6F Jade

📋 copy color: '#0FBF6F'

red 15 ◦ green 191 ◦ blue 111

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

Shades of Jade #0FBF6F

Tints of Jade #0FBF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 60.25%

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

R = 4.73%
G = 60.25%
B = 35.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#0FBF6F (or 0x0FBF6F) is known color: Jade. HEX triplet: 0F, BF and 6F. RGB value is (15,191,111). Sum of RGB (Red+Green+Blue) = 15+191+111=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF6F is #F04090. Grayscale: #818181. Windows color (decimal): -15745169 or 7323407. OLE color: 7323407.

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

Color convert

RGB 15 191 111 -
CMYK 0.92 0 0.42 0.25
HSL 152.73º 0.85% 0.4% -
HSV(B) 152.73º 0.92% 0.75% -
XYZ 21.7 38.51 21.33 -
YUV 129.26 117.69 46.5 -
System Red Green Blue C M Y K H S L
Decimal 15 191 111 0.92 0 0.42 0.25 152.73 0.85 0.4
Hex F BF 6F 5C 0 2A 19 99 55 28
Octal 17 277 157 134 0 52 31 231 125 50
Binary 1111 10111111 1101111 1011100 0 101010 11001 10011001 1010101 101000

Color Harmonies of #0FBF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF6F

Black with #0FBF6F

Text Example


Text Example

White with #0FBF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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