Html Css Color HEX #0FBA55 Pigment Green

📋 copy color: '#0FBA55'

red 15 ◦ green 186 ◦ blue 85

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

Shades of Pigment Green #0FBA55

Tints of Pigment Green #0FBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 5.24%
G = 65.03%
B = 29.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#0FBA55 (or 0x0FBA55) is known color: Pigment Green. HEX triplet: 0F, BA and 55. RGB value is (15,186,85). Sum of RGB (Red+Green+Blue) = 15+186+85=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA55 is #F045AA. Grayscale: #7B7B7B. Windows color (decimal): -15746475 or 5618191. OLE color: 5618191.

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

Color convert

RGB 15 186 85 -
CMYK 0.92 0 0.54 0.27
HSL 144.56º 0.85% 0.39% -
HSV(B) 144.56º 0.92% 0.73% -
XYZ 19.4 35.88 14.5 -
YUV 123.36 106.35 50.71 -
System Red Green Blue C M Y K H S L
Decimal 15 186 85 0.92 0 0.54 0.27 144.56 0.85 0.39
Hex F BA 55 5C 0 36 1B 91 55 27
Octal 17 272 125 134 0 66 33 221 125 47
Binary 1111 10111010 1010101 1011100 0 110110 11011 10010001 1010101 100111

Color Harmonies of #0FBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA55

Black with #0FBA55

Text Example


Text Example

White with #0FBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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