Html Css Color HEX #0FBD5E Pigment Green

📋 copy color: '#0FBD5E'

red 15 ◦ green 189 ◦ blue 94

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

Shades of Pigment Green #0FBD5E

Tints of Pigment Green #0FBD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63.42%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 5.03%
G = 63.42%
B = 31.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#0FBD5E (or 0x0FBD5E) is known color: Pigment Green. HEX triplet: 0F, BD and 5E. RGB value is (15,189,94). Sum of RGB (Red+Green+Blue) = 15+189+94=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBD5E is #F042A1. Grayscale: #7E7E7E. Windows color (decimal): -15745698 or 6208783. OLE color: 6208783.

HSL color Cylindrical-coordinate representation of color #0FBD5E: hue angle of 147.24º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD5E is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 189 94 -
CMYK 0.92 0 0.50 0.26
HSL 147.24º 0.85% 0.4% -
HSV(B) 147.24º 0.92% 0.74% -
XYZ 20.41 37.3 16.71 -
YUV 126.14 109.85 48.72 -
System Red Green Blue C M Y K H S L
Decimal 15 189 94 0.92 0 0.50 0.26 147.24 0.85 0.4
Hex F BD 5E 5C 0 32 1A 93 55 28
Octal 17 275 136 134 0 62 32 223 125 50
Binary 1111 10111101 1011110 1011100 0 110010 11010 10010011 1010101 101000

Color Harmonies of #0FBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBD5E

Black with #0FBD5E

Text Example


Text Example

White with #0FBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,189,94); }

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

background-color css

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

 a { background-color: rgb(15,189,94); }

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

border-color css

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

 span { border-color: rgb(15,189,94); }

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