Html Css Color HEX #0FBA5B Pigment Green

📋 copy color: '#0FBA5B'

red 15 ◦ green 186 ◦ blue 91

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

Shades of Pigment Green #0FBA5B

Tints of Pigment Green #0FBA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 5.14%
G = 63.7%
B = 31.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#0FBA5B (or 0x0FBA5B) is known color: Pigment Green. HEX triplet: 0F, BA and 5B. RGB value is (15,186,91). Sum of RGB (Red+Green+Blue) = 15+186+91=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA5B is #F045A4. Grayscale: #7C7C7C. Windows color (decimal): -15746469 or 6011407. OLE color: 6011407.

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

Color convert

RGB 15 186 91 -
CMYK 0.92 0 0.51 0.27
HSL 146.67º 0.85% 0.39% -
HSV(B) 146.67º 0.92% 0.73% -
XYZ 19.64 35.97 15.81 -
YUV 124.04 109.35 50.22 -
System Red Green Blue C M Y K H S L
Decimal 15 186 91 0.92 0 0.51 0.27 146.67 0.85 0.39
Hex F BA 5B 5C 0 33 1B 93 55 27
Octal 17 272 133 134 0 63 33 223 125 47
Binary 1111 10111010 1011011 1011100 0 110011 11011 10010011 1010101 100111

Color Harmonies of #0FBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA5B

Black with #0FBA5B

Text Example


Text Example

White with #0FBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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