Html Css Color HEX #0FBA62 Jade

📋 copy color: '#0FBA62'

red 15 ◦ green 186 ◦ blue 98

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

Shades of Jade #0FBA62

Tints of Jade #0FBA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 5.02%
G = 62.21%
B = 32.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#0FBA62 (or 0x0FBA62) is known color: Jade. HEX triplet: 0F, BA and 62. RGB value is (15,186,98). Sum of RGB (Red+Green+Blue) = 15+186+98=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA62 is #F0459D. Grayscale: #7D7D7D. Windows color (decimal): -15746462 or 6470159. OLE color: 6470159.

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

Color convert

RGB 15 186 98 -
CMYK 0.92 0 0.47 0.27
HSL 149.12º 0.85% 0.39% -
HSV(B) 149.12º 0.92% 0.73% -
XYZ 19.96 36.1 17.47 -
YUV 124.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 15 186 98 0.92 0 0.47 0.27 149.12 0.85 0.39
Hex F BA 62 5C 0 2F 1B 95 55 27
Octal 17 272 142 134 0 57 33 225 125 47
Binary 1111 10111010 1100010 1011100 0 101111 11011 10010101 1010101 100111

Color Harmonies of #0FBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA62

Black with #0FBA62

Text Example


Text Example

White with #0FBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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