Html Css Color HEX #0FB86A Jade

📋 copy color: '#0FB86A'

red 15 ◦ green 184 ◦ blue 106

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

Shades of Jade #0FB86A

Tints of Jade #0FB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.33%

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

R = 4.92%
G = 60.33%
B = 34.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#0FB86A (or 0x0FB86A) is known color: Jade. HEX triplet: 0F, B8 and 6A. RGB value is (15,184,106). Sum of RGB (Red+Green+Blue) = 15+184+106=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB86A is #F04795. Grayscale: #7C7C7C. Windows color (decimal): -15746966 or 6993935. OLE color: 6993935.

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

Color convert

RGB 15 184 106 -
CMYK 0.92 0 0.42 0.28
HSL 152.31º 0.85% 0.39% -
HSV(B) 152.31º 0.92% 0.72% -
XYZ 19.94 35.42 19.42 -
YUV 124.58 117.51 49.84 -
System Red Green Blue C M Y K H S L
Decimal 15 184 106 0.92 0 0.42 0.28 152.31 0.85 0.39
Hex F B8 6A 5C 0 2A 1C 98 55 27
Octal 17 270 152 134 0 52 34 230 125 47
Binary 1111 10111000 1101010 1011100 0 101010 11100 10011000 1010101 100111

Color Harmonies of #0FB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB86A

Black with #0FB86A

Text Example


Text Example

White with #0FB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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