Html Css Color HEX #0FB96A Jade

📋 copy color: '#0FB96A'

red 15 ◦ green 185 ◦ blue 106

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

Shades of Jade #0FB96A

Tints of Jade #0FB96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 4.9%
G = 60.46%
B = 34.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#0FB96A (or 0x0FB96A) is known color: Jade. HEX triplet: 0F, B9 and 6A. RGB value is (15,185,106). Sum of RGB (Red+Green+Blue) = 15+185+106=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB96A is #F04695. Grayscale: #7D7D7D. Windows color (decimal): -15746710 or 6994191. OLE color: 6994191.

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

Color convert

RGB 15 185 106 -
CMYK 0.92 0 0.43 0.27
HSL 152.12º 0.85% 0.39% -
HSV(B) 152.12º 0.92% 0.73% -
XYZ 20.15 35.84 19.49 -
YUV 125.16 117.18 49.42 -
System Red Green Blue C M Y K H S L
Decimal 15 185 106 0.92 0 0.43 0.27 152.12 0.85 0.39
Hex F B9 6A 5C 0 2B 1B 98 55 27
Octal 17 271 152 134 0 53 33 230 125 47
Binary 1111 10111001 1101010 1011100 0 101011 11011 10011000 1010101 100111

Color Harmonies of #0FB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB96A

Black with #0FB96A

Text Example


Text Example

White with #0FB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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