Html Css Color HEX #0FB565 Jade

📋 copy color: '#0FB565'

red 15 ◦ green 181 ◦ blue 101

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

Shades of Jade #0FB565

Tints of Jade #0FB565

RGB

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

 GREEN value IS 181 (71.09% from 255) = 60.94%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 5.05%
G = 60.94%
B = 34.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#0FB565 (or 0x0FB565) is known color: Jade. HEX triplet: 0F, B5 and 65. RGB value is (15,181,101). Sum of RGB (Red+Green+Blue) = 15+181+101=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB565 is #F04A9A. Grayscale: #7A7A7A. Windows color (decimal): -15747739 or 6665487. OLE color: 6665487.

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

Color convert

RGB 15 181 101 -
CMYK 0.92 0 0.44 0.29
HSL 151.08º 0.85% 0.38% -
HSV(B) 151.08º 0.92% 0.71% -
XYZ 19.07 34.09 17.89 -
YUV 122.25 116 51.5 -
System Red Green Blue C M Y K H S L
Decimal 15 181 101 0.92 0 0.44 0.29 151.08 0.85 0.38
Hex F B5 65 5C 0 2C 1D 97 55 26
Octal 17 265 145 134 0 54 35 227 125 46
Binary 1111 10110101 1100101 1011100 0 101100 11101 10010111 1010101 100110

Color Harmonies of #0FB565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB565

Black with #0FB565

Text Example


Text Example

White with #0FB565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,181,101); }

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

background-color css

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

 a { background-color: rgb(15,181,101); }

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

border-color css

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

 span { border-color: rgb(15,181,101); }

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