Html Css Color HEX #0FB76A Jade

📋 copy color: '#0FB76A'

red 15 ◦ green 183 ◦ blue 106

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

Shades of Jade #0FB76A

Tints of Jade #0FB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.2%

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

R = 4.93%
G = 60.2%
B = 34.87%

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

#0FB76A (or 0x0FB76A) is known color: Jade. HEX triplet: 0F, B7 and 6A. RGB value is (15,183,106). Sum of RGB (Red+Green+Blue) = 15+183+106=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB76A is #F04895. Grayscale: #7C7C7C. Windows color (decimal): -15747222 or 6993679. OLE color: 6993679.

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

Color convert

RGB 15 183 106 -
CMYK 0.92 0 0.42 0.28
HSL 152.5º 0.85% 0.39% -
HSV(B) 152.5º 0.92% 0.72% -
XYZ 19.73 35.01 19.35 -
YUV 123.99 117.84 50.26 -
System Red Green Blue C M Y K H S L
Decimal 15 183 106 0.92 0 0.42 0.28 152.5 0.85 0.39
Hex F B7 6A 5C 0 2A 1C 98 55 27
Octal 17 267 152 134 0 52 34 230 125 47
Binary 1111 10110111 1101010 1011100 0 101010 11100 10011000 1010101 100111

Color Harmonies of #0FB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB76A

Black with #0FB76A

Text Example


Text Example

White with #0FB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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