Html Css Color HEX #0FBA5D Pigment Green

📋 copy color: '#0FBA5D'

red 15 ◦ green 186 ◦ blue 93

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

Shades of Pigment Green #0FBA5D

Tints of Pigment Green #0FBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 5.1%
G = 63.27%
B = 31.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#0FBA5D (or 0x0FBA5D) is known color: Pigment Green. HEX triplet: 0F, BA and 5D. RGB value is (15,186,93). Sum of RGB (Red+Green+Blue) = 15+186+93=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA5D is #F045A2. Grayscale: #7C7C7C. Windows color (decimal): -15746467 or 6142479. OLE color: 6142479.

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

Color convert

RGB 15 186 93 -
CMYK 0.92 0 0.5 0.27
HSL 147.37º 0.85% 0.39% -
HSV(B) 147.37º 0.92% 0.73% -
XYZ 19.73 36.01 16.27 -
YUV 124.27 110.35 50.06 -
System Red Green Blue C M Y K H S L
Decimal 15 186 93 0.92 0 0.5 0.27 147.37 0.85 0.39
Hex F BA 5D 5C 0 32 1B 93 55 27
Octal 17 272 135 134 0 62 33 223 125 47
Binary 1111 10111010 1011101 1011100 0 110010 11011 10010011 1010101 100111

Color Harmonies of #0FBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA5D

Black with #0FBA5D

Text Example


Text Example

White with #0FBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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