Html Css Color HEX #0FB367 Jade

📋 copy color: '#0FB367'

red 15 ◦ green 179 ◦ blue 103

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

Shades of Jade #0FB367

Tints of Jade #0FB367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.27%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 5.05%
G = 60.27%
B = 34.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#0FB367 (or 0x0FB367) is known color: Jade. HEX triplet: 0F, B3 and 67. RGB value is (15,179,103). Sum of RGB (Red+Green+Blue) = 15+179+103=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB367 is #F04C98. Grayscale: #797979. Windows color (decimal): -15748249 or 6796047. OLE color: 6796047.

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

Color convert

RGB 15 179 103 -
CMYK 0.92 0 0.42 0.30
HSL 152.2º 0.85% 0.38% -
HSV(B) 152.2º 0.92% 0.7% -
XYZ 18.77 33.32 18.27 -
YUV 121.3 117.67 52.18 -
System Red Green Blue C M Y K H S L
Decimal 15 179 103 0.92 0 0.42 0.30 152.2 0.85 0.38
Hex F B3 67 5C 0 2A 1E 98 55 26
Octal 17 263 147 134 0 52 36 230 125 46
Binary 1111 10110011 1100111 1011100 0 101010 11110 10011000 1010101 100110

Color Harmonies of #0FB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB367

Black with #0FB367

Text Example


Text Example

White with #0FB367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,103); }

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

background-color css

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

 a { background-color: rgb(15,179,103); }

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

border-color css

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

 span { border-color: rgb(15,179,103); }

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