Html Css Color HEX #0FBE5E Pigment Green

📋 copy color: '#0FBE5E'

red 15 ◦ green 190 ◦ blue 94

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

Shades of Pigment Green #0FBE5E

Tints of Pigment Green #0FBE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.55%

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

R = 5.02%
G = 63.55%
B = 31.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#0FBE5E (or 0x0FBE5E) is known color: Pigment Green. HEX triplet: 0F, BE and 5E. RGB value is (15,190,94). Sum of RGB (Red+Green+Blue) = 15+190+94=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 190 (74.61% from 255 or 63.55% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBE5E is #F041A1. Grayscale: #7E7E7E. Windows color (decimal): -15745442 or 6209039. OLE color: 6209039.

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

Color convert

RGB 15 190 94 -
CMYK 0.92 0 0.51 0.25
HSL 147.09º 0.85% 0.4% -
HSV(B) 147.09º 0.92% 0.75% -
XYZ 20.63 37.74 16.79 -
YUV 126.73 109.52 48.31 -
System Red Green Blue C M Y K H S L
Decimal 15 190 94 0.92 0 0.51 0.25 147.09 0.85 0.4
Hex F BE 5E 5C 0 33 19 93 55 28
Octal 17 276 136 134 0 63 31 223 125 50
Binary 1111 10111110 1011110 1011100 0 110011 11001 10010011 1010101 101000

Color Harmonies of #0FBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBE5E

Black with #0FBE5E

Text Example


Text Example

White with #0FBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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