Html Css Color HEX #0FBA60 Jade

📋 copy color: '#0FBA60'

red 15 ◦ green 186 ◦ blue 96

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

Shades of Jade #0FBA60

Tints of Jade #0FBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 5.05%
G = 62.63%
B = 32.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#0FBA60 (or 0x0FBA60) is known color: Jade. HEX triplet: 0F, BA and 60. RGB value is (15,186,96). Sum of RGB (Red+Green+Blue) = 15+186+96=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA60 is #F0459F. Grayscale: #7C7C7C. Windows color (decimal): -15746464 or 6339087. OLE color: 6339087.

HSL color Cylindrical-coordinate representation of color #0FBA60: hue angle of 148.42º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA60 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 96 -
CMYK 0.92 0 0.48 0.27
HSL 148.42º 0.85% 0.39% -
HSV(B) 148.42º 0.92% 0.73% -
XYZ 19.87 36.06 16.98 -
YUV 124.61 111.85 49.82 -
System Red Green Blue C M Y K H S L
Decimal 15 186 96 0.92 0 0.48 0.27 148.42 0.85 0.39
Hex F BA 60 5C 0 30 1B 94 55 27
Octal 17 272 140 134 0 60 33 224 125 47
Binary 1111 10111010 1100000 1011100 0 110000 11011 10010100 1010101 100111

Color Harmonies of #0FBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA60

Black with #0FBA60

Text Example


Text Example

White with #0FBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,96); }

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

background-color css

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

 a { background-color: rgb(15,186,96); }

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

border-color css

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

 span { border-color: rgb(15,186,96); }

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