Html Css Color HEX #0FB372 Jade

📋 copy color: '#0FB372'

red 15 ◦ green 179 ◦ blue 114

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

Shades of Jade #0FB372

Tints of Jade #0FB372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 4.87%
G = 58.12%
B = 37.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#0FB372 (or 0x0FB372) is known color: Jade. HEX triplet: 0F, B3 and 72. RGB value is (15,179,114). Sum of RGB (Red+Green+Blue) = 15+179+114=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB372 is #F04C8D. Grayscale: #7A7A7A. Windows color (decimal): -15748238 or 7516943. OLE color: 7516943.

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

Color convert

RGB 15 179 114 -
CMYK 0.92 0 0.36 0.30
HSL 156.22º 0.85% 0.38% -
HSV(B) 156.22º 0.92% 0.7% -
XYZ 19.35 33.56 21.38 -
YUV 122.55 123.17 51.29 -
System Red Green Blue C M Y K H S L
Decimal 15 179 114 0.92 0 0.36 0.30 156.22 0.85 0.38
Hex F B3 72 5C 0 24 1E 9C 55 26
Octal 17 263 162 134 0 44 36 234 125 46
Binary 1111 10110011 1110010 1011100 0 100100 11110 10011100 1010101 100110

Color Harmonies of #0FB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB372

Black with #0FB372

Text Example


Text Example

White with #0FB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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