Html Css Color HEX #0FB962 Jade

📋 copy color: '#0FB962'

red 15 ◦ green 185 ◦ blue 98

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

Shades of Jade #0FB962

Tints of Jade #0FB962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.08%

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

R = 5.03%
G = 62.08%
B = 32.89%

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

#0FB962 (or 0x0FB962) is known color: Jade. HEX triplet: 0F, B9 and 62. RGB value is (15,185,98). Sum of RGB (Red+Green+Blue) = 15+185+98=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB962 is #F0469D. Grayscale: #7C7C7C. Windows color (decimal): -15746718 or 6469903. OLE color: 6469903.

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

Color convert

RGB 15 185 98 -
CMYK 0.92 0 0.47 0.27
HSL 149.29º 0.85% 0.39% -
HSV(B) 149.29º 0.92% 0.73% -
XYZ 19.75 35.68 17.4 -
YUV 124.25 113.18 50.07 -
System Red Green Blue C M Y K H S L
Decimal 15 185 98 0.92 0 0.47 0.27 149.29 0.85 0.39
Hex F B9 62 5C 0 2F 1B 95 55 27
Octal 17 271 142 134 0 57 33 225 125 47
Binary 1111 10111001 1100010 1011100 0 101111 11011 10010101 1010101 100111

Color Harmonies of #0FB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB962

Black with #0FB962

Text Example


Text Example

White with #0FB962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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