Html Css Color HEX #0FB56B Jade

📋 copy color: '#0FB56B'

red 15 ◦ green 181 ◦ blue 107

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

Shades of Jade #0FB56B

Tints of Jade #0FB56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 4.95%
G = 59.74%
B = 35.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#0FB56B (or 0x0FB56B) is known color: Jade. HEX triplet: 0F, B5 and 6B. RGB value is (15,181,107). Sum of RGB (Red+Green+Blue) = 15+181+107=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB56B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB56B is #F04A94. Grayscale: #7B7B7B. Windows color (decimal): -15747733 or 7058703. OLE color: 7058703.

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

Color convert

RGB 15 181 107 -
CMYK 0.92 0 0.41 0.29
HSL 153.25º 0.85% 0.38% -
HSV(B) 153.25º 0.92% 0.71% -
XYZ 19.37 34.21 19.49 -
YUV 122.93 119 51.02 -
System Red Green Blue C M Y K H S L
Decimal 15 181 107 0.92 0 0.41 0.29 153.25 0.85 0.38
Hex F B5 6B 5C 0 29 1D 99 55 26
Octal 17 265 153 134 0 51 35 231 125 46
Binary 1111 10110101 1101011 1011100 0 101001 11101 10011001 1010101 100110

Color Harmonies of #0FB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB56B

Black with #0FB56B

Text Example


Text Example

White with #0FB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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